Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dcpu_setup_fsl_booke.S21 mfspr r0, SPRN_L1CSR1
26 mtspr SPRN_L1CSR1, r0 /* Enable I-Cache */
Dtraps.c476 mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) | L1CSR1_ICFI); in machine_check_e500mc()
477 while (mfspr(SPRN_L1CSR1) & L1CSR1_ICFI) in machine_check_e500mc()
Dmisc_32.S307 mfspr r3,SPRN_L1CSR1
309 mtspr SPRN_L1CSR1,r3
/linux-3.4.99/arch/powerpc/kvm/
De500_emulate.c113 case SPRN_L1CSR1: in kvmppc_core_emulate_mtspr()
183 case SPRN_L1CSR1: in kvmppc_core_emulate_mfspr()
/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h144 #define SPRN_L1CSR1 0x3F3 /* L1 Cache Control and Status Register 1 */ macro