Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dbooke_emulate.c155 case SPRN_IAC1: in kvmppc_booke_emulate_mtspr()
419 case SPRN_IAC1: in kvmppc_booke_emulate_mfspr()
/linux-4.1.27/arch/powerpc/include/asm/
Dreg.h490 #if !defined(SPRN_IAC1) && !defined(SPRN_IAC2)
491 #define SPRN_IAC1 0x3F4 /* Instruction Address Compare 1 */ macro
Dreg_booke.h202 #define SPRN_IAC1 0x138 /* Instruction Address Compare 1 */ macro
/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c391 mtspr(SPRN_IAC1, debug->iac1); in prime_debug_regs()
Dtraps.c1569 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, TRAP_HWBKPT, in handle_debug()