Home
last modified time | relevance | path

Searched refs:SPRN_L1CSR1 (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dcpu_setup_fsl_booke.S23 mfspr r0, SPRN_L1CSR1
28 mtspr SPRN_L1CSR1, r0 /* Enable I-Cache */
Dtraps.c516 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc()
517 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
Dmisc_32.S325 mfspr r3,SPRN_L1CSR1
327 mtspr SPRN_L1CSR1,r3
Dhead_fsl_booke.S1143 mfspr r4, SPRN_L1CSR1 /* Invalidate and disable i-cache */
1147 mtspr SPRN_L1CSR1, r4
/linux-4.4.14/arch/powerpc/kvm/
De500_emulate.c256 case SPRN_L1CSR1: in kvmppc_core_emulate_mtspr_e500()
378 case SPRN_L1CSR1: in kvmppc_core_emulate_mfspr_e500()
/linux-4.4.14/arch/powerpc/include/asm/
Dreg_booke.h177 #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ macro