Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/kernel/
Dkgdb.c157 static struct undef_hook kgdb_brkpt_hook = { variable
213 register_undef_hook(&kgdb_brkpt_hook); in kgdb_arch_init()
227 unregister_undef_hook(&kgdb_brkpt_hook); in kgdb_arch_exit()
/Linux-v5.15/arch/arm64/kernel/
Dkgdb.c261 static struct break_hook kgdb_brkpt_hook = { variable
317 register_kernel_break_hook(&kgdb_brkpt_hook); in kgdb_arch_init()
330 unregister_kernel_break_hook(&kgdb_brkpt_hook); in kgdb_arch_exit()