Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dkgdb.c156 static struct undef_hook kgdb_brkpt_hook = { variable
224 register_undef_hook(&kgdb_brkpt_hook); in kgdb_arch_init()
238 unregister_undef_hook(&kgdb_brkpt_hook); in kgdb_arch_exit()
/linux-4.4.14/arch/arm64/kernel/
Dkgdb.c236 static struct break_hook kgdb_brkpt_hook = { variable
306 register_break_hook(&kgdb_brkpt_hook); in kgdb_arch_init()
319 unregister_break_hook(&kgdb_brkpt_hook); in kgdb_arch_exit()