Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/powerpc/booke/
Dmachdep_e500.c92 if ((csr & L2CSR0_L2E) == 0) {
98 if ((boothowto & RB_VERBOSE) != 0 || (csr & L2CSR0_L2E) == 0)
100 (csr & L2CSR0_L2E) ? "en" : "dis");
/freebsd-10-stable/sys/powerpc/include/
Dspr.h772 #define L2CSR0_L2E 0x80000000 /* L2 Cache Enable */ macro