Home
last modified time | relevance | path

Searched refs:L2CSR0_L2E (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/powerpc/booke/
Dmachdep_e500.c100 if ((csr & L2CSR0_L2E) == 0) { in booke_enable_l2_cache()
106 if ((boothowto & RB_VERBOSE) != 0 || (csr & L2CSR0_L2E) == 0) in booke_enable_l2_cache()
108 (csr & L2CSR0_L2E) ? "en" : "dis"); in booke_enable_l2_cache()
Dlocore.S885 oris %r3, %r3, (L2CSR0_L2E | L2CSR0_L2PE)@h
/freebsd-12-stable/sys/powerpc/include/
Dspr.h869 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro