Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dmachdep_e500.c72 if ((csr & L1CSR1_ICE) == 0) { in booke_enable_l1_cache()
78 if ((boothowto & RB_VERBOSE) != 0 || (csr & L1CSR1_ICE) == 0) in booke_enable_l1_cache()
80 (csr & L1CSR1_ICE) ? "en" : "dis"); in booke_enable_l1_cache()
H A Dmp_cpudep.c64 if ((csr & L1CSR1_ICE) == 0) { in cpudep_ap_bootstrap()
H A Dlocore.S878 li %r4, L1CSR1_ICE@l
890 oris %r3, %r3, (L1CSR1_ICPE | L1CSR1_ICE)@h
891 ori %r3, %r3, (L1CSR1_ICPE | L1CSR1_ICE)@l
/freebsd/sys/powerpc/include/
H A Dspr.h847 #define L1CSR1_ICE 0x00000001 /* Instruction Cache Enable */ macro