Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/booke/
HDmachdep_e500.c78 if ((csr & L1CSR1_ICE) == 0) { in booke_enable_l1_cache()
84 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR1_ICE) == 0) in booke_enable_l1_cache()
86 (csr & L1CSR1_ICE) ? "en" : "dis"); in booke_enable_l1_cache()
HDmp_cpudep.c63 if ((csr & L1CSR1_ICE) == 0) { in cpudep_ap_bootstrap()
HDlocore.S715 li %r4, L1CSR1_ICE@l
726 oris %r3, %r3, (L1CSR1_ICPE | L1CSR1_ICE)@h
727 ori %r3, %r3, (L1CSR1_ICPE | L1CSR1_ICE)@l
/NextBSD/sys/powerpc/include/
HDspr.h781 #define L1CSR1_ICE 0x00000001 /* Instruction Cache Enable */ macro