Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Ddebug-monitors.h88 struct break_hook { struct
95 void register_user_break_hook(struct break_hook *hook);
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);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A 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()
H A Dkgdb.c262 static struct break_hook kgdb_brkpt_hook = {
267 static struct break_hook kgdb_compiled_brkpt_hook = {
H A Dtraps.c907 static struct break_hook bug_break_hook = {
922 static struct break_hook fault_break_hook = {
966 static struct break_hook kasan_break_hook = {
/kernel/linux/linux-6.6/arch/arm64/kernel/
H 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()
H A Dkgdb.c263 static struct break_hook kgdb_brkpt_hook = {
268 static struct break_hook kgdb_compiled_brkpt_hook = {
H A Dtraps.c1042 static struct break_hook bug_break_hook = {
1072 static struct break_hook cfi_break_hook = {
1089 static struct break_hook fault_break_hook = {
1133 static struct break_hook kasan_break_hook = {
1147 static struct break_hook ubsan_break_hook = {
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
H A Dkprobes.c398 static struct break_hook kprobes_break_ss_hook = {
410 static struct break_hook kprobes_break_hook = {
H A Duprobes.c190 static struct break_hook uprobes_break_hook = {
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/
H A Dkprobes.c345 static struct break_hook kprobes_break_hook = {
369 static struct break_hook kprobes_break_ss_hook = {
H A Duprobes.c190 static struct break_hook uprobes_break_hook = {

Completed in 9 milliseconds