Home
last modified time | relevance | path

Searched refs:SPR_L2CSR0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/booke/
H A Dmachdep_e500.c91 csr = mfspr(SPR_L2CSR0); in booke_enable_l2_cache()
107 csr = mfspr(SPR_L2CSR0); in booke_enable_l2_cache()
H A Dlocore.S903 mfspr %r3, SPR_L2CSR0
907 mtspr SPR_L2CSR0, %r3
909 1: mfspr %r3, SPR_L2CSR0
916 mfspr %r3, SPR_L2CSR0
919 mtspr SPR_L2CSR0, %r3
/freebsd/sys/powerpc/include/
H A Dspr.h850 #define SPR_L2CSR0 0x3F9 /* ..8 L2 Cache Control and Status Register 0 */ macro