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

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

Completed in 63 milliseconds