Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dcpu_setup_fsl_booke.S31 mfspr r0, SPRN_L1CSR0
37 mtspr SPRN_L1CSR0, r0 /* Disable */
41 mtspr SPRN_L1CSR0, r0 /* Invalidate */
43 1: mfspr r0, SPRN_L1CSR0
50 mtspr SPRN_L1CSR0, r0 /* Enable */
Dmisc_32.S300 mfspr r3,SPRN_L1CSR0
303 mtspr SPRN_L1CSR0,r3
/linux-3.4.99/arch/powerpc/kvm/
De500_emulate.c109 case SPRN_L1CSR0: in kvmppc_core_emulate_mtspr()
181 case SPRN_L1CSR0: in kvmppc_core_emulate_mfspr()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h143 #define SPRN_L1CSR0 0x3F2 /* L1 Cache Control and Status Register 0 */ macro