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

/linux-master/arch/arm64/include/asm/
H A Ddebug-monitors.h76 struct break_hook { struct
83 void register_user_break_hook(struct break_hook *hook);
84 void unregister_user_break_hook(struct break_hook *hook);
86 void register_kernel_break_hook(struct break_hook *hook);
87 void unregister_kernel_break_hook(struct break_hook *hook);
/linux-master/arch/arm64/kernel/
H A Ddebug-monitors.c282 void register_user_break_hook(struct break_hook *hook)
287 void unregister_user_break_hook(struct break_hook *hook)
292 void register_kernel_break_hook(struct break_hook *hook)
297 void unregister_kernel_break_hook(struct break_hook *hook)
304 struct break_hook *hook;
H A Dkgdb.c263 static struct break_hook kgdb_brkpt_hook = {
268 static struct break_hook kgdb_compiled_brkpt_hook = {
H A Dtraps.c996 static struct break_hook bug_break_hook = {
1026 static struct break_hook cfi_break_hook = {
1043 static struct break_hook fault_break_hook = {
1087 static struct break_hook kasan_break_hook = {
1101 static struct break_hook ubsan_break_hook = {
/linux-master/arch/arm64/kernel/probes/
H A Dkprobes.c345 static struct break_hook kprobes_break_hook = {
369 static struct break_hook kprobes_break_ss_hook = {
384 static struct break_hook kretprobes_break_hook = {
H A Duprobes.c190 static struct break_hook uprobes_break_hook = {

Completed in 119 milliseconds