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

/linux-4.1.27/arch/arm64/kernel/
H A Dkgdb.c236 static struct break_hook kgdb_brkpt_hook = { variable in typeref:struct:break_hook
306 register_break_hook(&kgdb_brkpt_hook); kgdb_arch_init()
319 unregister_break_hook(&kgdb_brkpt_hook); kgdb_arch_exit()
/linux-4.1.27/arch/arm/kernel/
H A Dkgdb.c163 static struct undef_hook kgdb_brkpt_hook = { variable in typeref:struct:undef_hook
231 register_undef_hook(&kgdb_brkpt_hook); kgdb_arch_init()
245 unregister_undef_hook(&kgdb_brkpt_hook); kgdb_arch_exit()

Completed in 89 milliseconds