Searched refs:L1CSR0_DCE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/powerpc/booke/
H A Dmachdep_e500.c68 if ((csr & L1CSR0_DCE) == 0) {
74 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR0_DCE) == 0)
76 (csr & L1CSR0_DCE) ? "en" : "dis");
H A Dmp_cpudep.c60 if ((csr & L1CSR0_DCE) == 0) {
H A Dlocore.S814 li %r4, L1CSR0_DCE@l
826 oris %r3, %r3, (L1CSR0_DCPE | L1CSR0_DCE)@h
827 ori %r3, %r3, (L1CSR0_DCPE | L1CSR0_DCE)@l
/freebsd-12-stable/sys/powerpc/include/
H A Dspr.h860 #define L1CSR0_DCE 0x00000001 /* Data Cache Enable */ macro

Completed in 71 milliseconds