Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Ddebug-monitors.h100 struct break_hook { struct
107 void register_break_hook(struct break_hook *hook); argument
108 void unregister_break_hook(struct break_hook *hook);
/Linux-v4.19/arch/arm64/kernel/
Ddebug-monitors.c277 static LIST_HEAD(break_hook);
280 void register_break_hook(struct break_hook *hook) in register_break_hook()
283 list_add_rcu(&hook->node, &break_hook); in register_break_hook()
287 void unregister_break_hook(struct break_hook *hook) in unregister_break_hook()
297 struct break_hook *hook; in call_break_hook()
301 list_for_each_entry_rcu(hook, &break_hook, node) in call_break_hook()
Dkgdb.c271 static struct break_hook kgdb_brkpt_hook = {
277 static struct break_hook kgdb_compiled_brkpt_hook = {
Dtraps.c782 static struct break_hook bug_break_hook = {
/Linux-v4.19/arch/arm64/kernel/probes/
Duprobes.c197 static struct break_hook uprobes_break_hook = {