Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbooke_emulate.c144 case SPRN_IAC1: in kvmppc_booke_emulate_mtspr()
408 case SPRN_IAC1: in kvmppc_booke_emulate_mfspr()
/linux/arch/powerpc/include/asm/
H A Dreg_booke.h188 #define SPRN_IAC1 0x138 /* Instruction Address Compare 1 */ macro
H A Dreg.h643 #if !defined(SPRN_IAC1) && !defined(SPRN_IAC2)
644 #define SPRN_IAC1 0x3F4 /* Instruction Address Compare 1 */ macro
/linux/arch/powerpc/kernel/
H A Dprocess.c726 mtspr(SPRN_IAC1, debug->iac1); in prime_debug_regs()