Searched refs:do_send_trap (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/include/asm/ |
D | debug.h | 51 extern void do_send_trap(struct pt_regs *regs, unsigned long address,
|
/arch/powerpc/kernel/ |
D | traps.c | 1918 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, in handle_debug() 1923 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, in handle_debug() 1929 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, in handle_debug() 1934 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, in handle_debug() 1940 do_send_trap(regs, mfspr(SPRN_IAC3), debug_status, in handle_debug() 1945 do_send_trap(regs, mfspr(SPRN_IAC4), debug_status, in handle_debug()
|
D | process.c | 601 void do_send_trap(struct pt_regs *regs, unsigned long address, in do_send_trap() function
|