Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/include/asm/
Ddebug-monitors.h106 struct break_hook { struct
113 void register_break_hook(struct break_hook *hook); argument
114 void unregister_break_hook(struct break_hook *hook);
/linux-4.4.14/arch/arm64/kernel/
Ddebug-monitors.c276 static LIST_HEAD(break_hook);
279 void register_break_hook(struct break_hook *hook) in register_break_hook()
282 list_add_rcu(&hook->node, &break_hook); in register_break_hook()
286 void unregister_break_hook(struct break_hook *hook) in unregister_break_hook()
296 struct break_hook *hook; in call_break_hook()
300 list_for_each_entry_rcu(hook, &break_hook, node) in call_break_hook()
Dkgdb.c236 static struct break_hook kgdb_brkpt_hook = {
242 static struct break_hook kgdb_compiled_brkpt_hook = {
Dtraps.c516 static struct break_hook bug_break_hook = {