Home
last modified time | relevance | path

Searched refs:__debugger_dabr_match (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
Ddebug.h18 extern int (*__debugger_dabr_match)(struct pt_regs *regs);
/arch/powerpc/kernel/
Dkgdb.c450 old__debugger_dabr_match = __debugger_dabr_match; in kgdb_arch_init()
458 __debugger_dabr_match = kgdb_dabr_match; in kgdb_arch_init()
471 __debugger_dabr_match = old__debugger_dabr_match; in kgdb_arch_exit()
Dtraps.c69 int (*__debugger_dabr_match)(struct pt_regs *regs) __read_mostly; variable
77 EXPORT_SYMBOL(__debugger_dabr_match);
/arch/powerpc/xmon/
Dxmon.c2846 __debugger_dabr_match = xmon_dabr_match; in xmon_init()
2854 __debugger_dabr_match = NULL; in xmon_init()