Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 Dtraps.c420 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() function
H A Dhw_breakpoint.c1162 unregister_undef_hook(&debug_reg_hook); in arch_hw_breakpoint_init()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dtraps.h20 void unregister_undef_hook(struct undef_hook *hook);
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dtraps.h26 void unregister_undef_hook(struct undef_hook *hook);
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Darmv8_deprecated.c83 unregister_undef_hook(hook); in remove_emulation_hooks()
H A Dtraps.c299 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook() function
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpmodule.c794 unregister_undef_hook(&vfp_detect_hook); in vfp_init()