Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbooke_emulate.c167 case SPRN_IAC3: in kvmppc_booke_emulate_mtspr()
415 case SPRN_IAC3: in kvmppc_booke_emulate_mfspr()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h450 #define SPRN_IAC3 0x13A /* Instruction Address Compare 3 */ macro
707 #define IAC3 SPRN_IAC3
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h70 #define SPRN_IAC3 0x13A /* Instruction Address Compare 3 */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c2003 do_send_trap(regs, mfspr(SPRN_IAC3), debug_status, in handle_debug()
H A Dprocess.c731 mtspr(SPRN_IAC3, debug->iac3); in prime_debug_regs()