Home
last modified time | relevance | path

Searched refs:DBSR_IAC2 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dreg_booke.h280 #define DBSR_IAC2 0x00400000 /* Instr Address Compare 2 Event */ macro
/linux/arch/powerpc/kernel/
H A Dtraps.c1994 } else if (debug_status & DBSR_IAC2) { in handle_debug()
/linux/arch/powerpc/kvm/
H A Dbooke.c900 if (dbsr & (DBSR_IAC1 | DBSR_IAC2 | DBSR_IAC3 | DBSR_IAC4)) { in kvmppc_handle_debug()