Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dmachdep_e500.c102 if (mfspr(SPR_L2CFG0) != 0 && (csr & L2CSR0_L2E) == 0) { in booke_enable_l2_cache()
108 if ((boothowto & RB_VERBOSE) != 0 || (csr & L2CSR0_L2E) == 0) in booke_enable_l2_cache()
110 (csr & L2CSR0_L2E) ? "en" : "dis"); in booke_enable_l2_cache()
H A Dlocore.S917 oris %r3, %r3, (L2CSR0_L2E | L2CSR0_L2PE)@h
/freebsd/sys/powerpc/include/
H A Dspr.h851 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro