Searched refs:do_send_trap (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/powerpc/include/asm/ |
D | debug.h | 53 extern void do_send_trap(struct pt_regs *regs, unsigned long address,
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | traps.c | 1981 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, in handle_debug() 1986 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, in handle_debug() 1992 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, in handle_debug() 1997 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, in handle_debug() 2003 do_send_trap(regs, mfspr(SPRN_IAC3), debug_status, in handle_debug() 2008 do_send_trap(regs, mfspr(SPRN_IAC4), debug_status, in handle_debug()
|
D | process.c | 608 void do_send_trap(struct pt_regs *regs, unsigned long address, in do_send_trap() function
|