Home
last modified time | relevance | path

Searched refs:kgdb_compiled_brkpt_hook (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/arch/arm/kernel/
Dkgdb.c165 static struct undef_hook kgdb_compiled_brkpt_hook = { variable
214 register_undef_hook(&kgdb_compiled_brkpt_hook); in kgdb_arch_init()
228 unregister_undef_hook(&kgdb_compiled_brkpt_hook); in kgdb_arch_exit()
/Linux-v5.15/arch/arm64/kernel/
Dkgdb.c266 static struct break_hook kgdb_compiled_brkpt_hook = { variable
318 register_kernel_break_hook(&kgdb_compiled_brkpt_hook); in kgdb_arch_init()
331 unregister_kernel_break_hook(&kgdb_compiled_brkpt_hook); in kgdb_arch_exit()