Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dkgdb.c164 static struct undef_hook kgdb_compiled_brkpt_hook = { variable
225 register_undef_hook(&kgdb_compiled_brkpt_hook); in kgdb_arch_init()
239 unregister_undef_hook(&kgdb_compiled_brkpt_hook); in kgdb_arch_exit()
/linux-4.4.14/arch/arm64/kernel/
Dkgdb.c242 static struct break_hook kgdb_compiled_brkpt_hook = { variable
307 register_break_hook(&kgdb_compiled_brkpt_hook); in kgdb_arch_init()
320 unregister_break_hook(&kgdb_compiled_brkpt_hook); in kgdb_arch_exit()