Home
last modified time | relevance | path

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

/trueos/sys/powerpc/booke/
HDmachdep_e500.c59 if ((csr & L1CSR0_DCE) == 0) { in booke_enable_l1_cache()
65 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR0_DCE) == 0) in booke_enable_l1_cache()
67 (csr & L1CSR0_DCE) ? "en" : "dis"); in booke_enable_l1_cache()
HDmp_cpudep.c57 if ((csr & L1CSR0_DCE) == 0) { in cpudep_ap_bootstrap()
HDlocore.S676 li %r4, L1CSR0_DCE@l
688 oris %r3, %r3, (L1CSR0_DCPE | L1CSR0_DCE)@h
689 ori %r3, %r3, (L1CSR0_DCPE | L1CSR0_DCE)@l
/trueos/sys/powerpc/include/
HDspr.h763 #define L1CSR0_DCE 0x00000001 /* Data Cache Enable */ macro