Home
last modified time | relevance | path

Searched refs:unregister_undef_hook (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dkgdb.c245 unregister_undef_hook(&kgdb_brkpt_arm_hook); in kgdb_arch_exit()
246 unregister_undef_hook(&kgdb_brkpt_thumb_hook); in kgdb_arch_exit()
247 unregister_undef_hook(&kgdb_compiled_brkpt_arm_hook); in kgdb_arch_exit()
248 unregister_undef_hook(&kgdb_compiled_brkpt_thumb_hook); in kgdb_arch_exit()
H A Dtcm.c376 unregister_undef_hook(&tcm_hook); in tcm_init()
H A Dhw_breakpoint.c998 unregister_undef_hook(&debug_oslsr_hook); in core_has_os_save_restore()
1188 unregister_undef_hook(&debug_reg_hook); in arch_hw_breakpoint_init()
H A Dtraps.c425 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() function
/openbmc/linux/arch/arm/include/asm/
H A Dtraps.h20 void unregister_undef_hook(struct undef_hook *hook);
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c899 unregister_undef_hook(&vfp_detect_hook); in vfp_init()