Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/mpc85xx/
H A Dmpc85xx_start.S245 mtspr SPR_L1CSR0, %r3
247 mtspr SPR_L1CSR0, %r3
254 mfspr %r3, SPR_L1CSR0
256 mtspr SPR_L1CSR0, %r3
H A Dmachdep.c674 uint32_t l1csr0 = mfspr(SPR_L1CSR0); in cpu_probe_cache()
/netbsd-src/sys/arch/powerpc/include/booke/
H A Dspr.h507 #define SPR_L1CSR0 1010 /* E... L1 Cache Control and Status Register 0 (Data) */ macro