Searched refs:debugger_iabr_match (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtraps.c517 if (debugger_iabr_match(regs))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc-stub.c353 debugger_iabr_match = kgdb_iabr_match;
H A Dppc_ksyms.c235 extern int (*debugger_iabr_match)(struct pt_regs *regs);
242 EXPORT_SYMBOL(debugger_iabr_match); variable
H A Dtraps.c50 int (*debugger_iabr_match)(struct pt_regs *regs) = xmon_iabr_match; variable
58 int (*debugger_iabr_match)(struct pt_regs *regs); variable
65 #define debugger_iabr_match(regs) 0 macro
403 if (debugger_iabr_match(regs))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystem.h89 DEBUGGER_BOILERPLATE(debugger_iabr_match)
98 static inline int debugger_iabr_match(struct pt_regs *regs) { return 0; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dkgdb.h37 extern int (*debugger_iabr_match)(struct pt_regs *regs);

Completed in 95 milliseconds