Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Ddebug-monitors.h88 struct break_hook { struct
95 void register_user_break_hook(struct break_hook *hook); argument
96 void unregister_user_break_hook(struct break_hook *hook);
98 void register_kernel_break_hook(struct break_hook *hook);
99 void unregister_kernel_break_hook(struct break_hook *hook);
/Linux-v5.10/arch/arm64/kernel/
Ddebug-monitors.c283 void register_user_break_hook(struct break_hook *hook) in register_user_break_hook()
288 void unregister_user_break_hook(struct break_hook *hook) in unregister_user_break_hook()
293 void register_kernel_break_hook(struct break_hook *hook) in register_kernel_break_hook()
298 void unregister_kernel_break_hook(struct break_hook *hook) in unregister_kernel_break_hook()
305 struct break_hook *hook; in call_break_hook()
Dkgdb.c260 static struct break_hook kgdb_brkpt_hook = {
265 static struct break_hook kgdb_compiled_brkpt_hook = {
Dtraps.c918 static struct break_hook bug_break_hook = {
933 static struct break_hook fault_break_hook = {
977 static struct break_hook kasan_break_hook = {
/Linux-v5.10/arch/arm64/kernel/probes/
Dkprobes.c396 static struct break_hook kprobes_break_ss_hook = {
408 static struct break_hook kprobes_break_hook = {
Duprobes.c190 static struct break_hook uprobes_break_hook = {