Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dreg_booke.h160 #define SPRN_CSRR0 0x03A /* Critical Save and Restore Register 0 */ macro
187 #define SPRN_CSRR0 SPRN_SRR2 /* Critical Save and Restore Register 0 */ macro
/linux-3.4.99/arch/powerpc/kernel/
Dhead_booke.h166 EXC_LEVEL_EXCEPTION_PROLOG(CRIT, SPRN_CSRR0, SPRN_CSRR1)
338 mtspr SPRN_CSRR0,r12; \
Dentry_32.S59 mfspr r0,SPRN_CSRR0
1106 RET_FROM_EXC_LEVEL(SPRN_CSRR0, SPRN_CSRR1, PPC_RFCI)
1117 RET_FROM_EXC_LEVEL(SPRN_CSRR0, SPRN_CSRR1, PPC_RFCI)
Dexceptions-64e.S65 #define SPRN_CRIT_SRR0 SPRN_CSRR0
/linux-3.4.99/arch/powerpc/kvm/
Dbooke.c619 vcpu->arch.pc = mfspr(SPRN_CSRR0); in kvmppc_handle_exit()