Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
A 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/arch/arm64/kernel/
A Ddebug-monitors.c282 void register_user_break_hook(struct break_hook *hook) in register_user_break_hook()
287 void unregister_user_break_hook(struct break_hook *hook) in unregister_user_break_hook()
292 void register_kernel_break_hook(struct break_hook *hook) in register_kernel_break_hook()
297 void unregister_kernel_break_hook(struct break_hook *hook) in unregister_kernel_break_hook()
304 struct break_hook *hook; in call_break_hook()
A Dkgdb.c261 static struct break_hook kgdb_brkpt_hook = {
266 static struct break_hook kgdb_compiled_brkpt_hook = {
A Dtraps.c989 static struct break_hook bug_break_hook = {
1004 static struct break_hook fault_break_hook = {
1048 static struct break_hook kasan_break_hook = {
/linux/arch/arm64/kernel/probes/
A Dkprobes.c356 static struct break_hook kprobes_break_ss_hook = {
368 static struct break_hook kprobes_break_hook = {
A Duprobes.c190 static struct break_hook uprobes_break_hook = {

Completed in 10 milliseconds