Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbooke_emulate.c155 case SPRN_IAC2: in kvmppc_booke_emulate_mtspr()
411 case SPRN_IAC2: in kvmppc_booke_emulate_mfspr()
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h189 #define SPRN_IAC2 0x139 /* Instruction Address Compare 2 */ macro
H A Dreg.h643 #if !defined(SPRN_IAC1) && !defined(SPRN_IAC2)
645 #define SPRN_IAC2 0x3F5 /* Instruction Address Compare 2 */ macro
/linux/arch/powerpc/kernel/
H A Dprocess.c727 mtspr(SPRN_IAC2, debug->iac2); in prime_debug_regs()