Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dcpu_setup_fsl_booke.S35 mfspr r0, SPRN_L1CSR0
41 mtspr SPRN_L1CSR0, r0 /* Disable */
45 mtspr SPRN_L1CSR0, r0 /* Invalidate */
47 1: mfspr r0, SPRN_L1CSR0
54 mtspr SPRN_L1CSR0, r0 /* Enable */
Dmisc_32.S299 mfspr r3,SPRN_L1CSR0
302 mtspr SPRN_L1CSR0,r3
/arch/powerpc/kvm/
De500_emulate.c252 case SPRN_L1CSR0: in kvmppc_core_emulate_mtspr_e500()
382 case SPRN_L1CSR0: in kvmppc_core_emulate_mfspr_e500()
/arch/powerpc/include/asm/
Dreg_booke.h176 #define SPRN_L1CSR0 0x3F2 /* L1 Cache Control and Status Register 0 */ macro