Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kvm/
Dbooke_emulate.c155 case SPRN_IAC2: in kvmppc_booke_emulate_mtspr()
411 case SPRN_IAC2: in kvmppc_booke_emulate_mfspr()
/Linux-v6.1/arch/powerpc/include/asm/
Dreg.h636 #if !defined(SPRN_IAC1) && !defined(SPRN_IAC2)
638 #define SPRN_IAC2 0x3F5 /* Instruction Address Compare 2 */ macro
Dreg_booke.h199 #define SPRN_IAC2 0x139 /* Instruction Address Compare 2 */ macro
/Linux-v6.1/arch/powerpc/kernel/
Dtraps.c1966 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, in handle_debug()
Dprocess.c729 mtspr(SPRN_IAC2, debug->iac2); in prime_debug_regs()