Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dmachdep_e500.c71 csr = mfspr(SPR_L1CSR1); in booke_enable_l1_cache()
77 csr = mfspr(SPR_L1CSR1); in booke_enable_l1_cache()
H A Dlocore.S864 mfspr %r3, SPR_L1CSR1
867 mtspr SPR_L1CSR1, %r3
869 1: mfspr %r3, SPR_L1CSR1
877 mfspr %r3, SPR_L1CSR1
882 mtspr SPR_L1CSR1, %r3
889 mfspr %r3, SPR_L1CSR1
893 mtspr SPR_L1CSR1, %r3
H A Dmp_cpudep.c63 csr = mfspr(SPR_L1CSR1); in cpudep_ap_bootstrap()
/freebsd/sys/powerpc/include/
H A Dspr.h842 #define SPR_L1CSR1 0x3F3 /* ..8 L1 Cache Control and Status Register 1 */ macro