Home
last modified time | relevance | path

Searched refs:debugger_iabr_match (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/arch/ppc/kernel/
Dtraps.c58 int (*debugger_iabr_match)(struct pt_regs *regs) = xmon_iabr_match; variable
66 int (*debugger_iabr_match)(struct pt_regs *regs); variable
73 #define debugger_iabr_match(regs) 0 macro
311 if (debugger_iabr_match(regs)) in InstructionBreakpoint()
Dppc_ksyms.c342 extern int (*debugger_iabr_match)(struct pt_regs *regs);
349 EXPORT_SYMBOL(debugger_iabr_match);
Dppc-stub.c377 debugger_iabr_match = kgdb_iabr_match; in set_debug_traps()
/linux-2.4.37.9/arch/ppc64/kernel/
Dtraps.c68 int (*debugger_iabr_match)(struct pt_regs *regs) = xmon_iabr_match; variable
76 int (*debugger_iabr_match)(struct pt_regs *regs); variable
84 int (*debugger_iabr_match)(struct pt_regs *regs); variable
310 if (debugger_iabr_match(regs)) in InstructionBreakpointException()
Dppc_ksyms.c304 extern int (*debugger_iabr_match)(struct pt_regs *regs);
311 EXPORT_SYMBOL(debugger_iabr_match);
Dppc-stub.c375 debugger_iabr_match = kgdb_iabr_match; in set_debug_traps()
Dirq.c132 extern int (*debugger_iabr_match)(struct pt_regs *regs);
/linux-2.4.37.9/include/asm-ppc/
Dkgdb.h28 extern int (*debugger_iabr_match)(struct pt_regs *regs);
/linux-2.4.37.9/include/asm-ppc64/
Dkgdb.h32 extern int (*debugger_iabr_match)(struct pt_regs *regs);