Home
last modified time | relevance | path

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

/linux-6.15/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.c1033 unregister_undef_hook(&debug_oslsr_hook); in core_has_os_save_restore()
1223 unregister_undef_hook(&debug_reg_hook); in arch_hw_breakpoint_init()
H A Dtraps.c419 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() function
/linux-6.15/arch/arm/include/asm/
H A Dtraps.h21 void unregister_undef_hook(struct undef_hook *hook);
/linux-6.15/arch/arm/vfp/
H A Dvfpmodule.c949 unregister_undef_hook(&vfp_detect_hook); in vfp_init()