Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dmachdep_e500.c59 csr = mfspr(SPR_L1CSR0); in booke_enable_l1_cache()
65 csr = mfspr(SPR_L1CSR0); in booke_enable_l1_cache()
H A Dlocore.S825 mfspr %r3, SPR_L1CSR0
829 mtspr SPR_L1CSR0, %r3
831 1: mfspr %r3, SPR_L1CSR0
839 mfspr %r3, SPR_L1CSR0
845 mtspr SPR_L1CSR0, %r3
852 mfspr %r3, SPR_L1CSR0
857 mtspr SPR_L1CSR0, %r3
H A Dmp_cpudep.c57 csr = mfspr(SPR_L1CSR0); in cpudep_ap_bootstrap()
/freebsd/sys/powerpc/include/
H A Dspr.h837 #define SPR_L1CSR0 0x3F2 /* ..8 L1 Cache Control and Status Register 0 */ macro