Searched refs:register_undef_hook (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/arm/kernel/
H A Dkgdb.c229 register_undef_hook(&kgdb_brkpt_arm_hook);
230 register_undef_hook(&kgdb_brkpt_thumb_hook);
231 register_undef_hook(&kgdb_compiled_brkpt_arm_hook);
232 register_undef_hook(&kgdb_compiled_brkpt_thumb_hook);
H A Dswp_emulate.c254 register_undef_hook(&swp_hook);
H A Dptrace.c238 register_undef_hook(&arm_break_hook);
239 register_undef_hook(&thumb_break_hook);
240 register_undef_hook(&thumb2_break_hook);
H A Dtcm.c292 register_undef_hook(&tcm_hook);
H A Dtraps.c416 void register_undef_hook(struct undef_hook *hook) function
721 register_undef_hook(&arm_mrc_hook);
H A Dhw_breakpoint.c996 register_undef_hook(&debug_oslsr_hook);
1178 register_undef_hook(&debug_reg_hook);
/linux-master/arch/arm/include/asm/
H A Dtraps.h20 void register_undef_hook(struct undef_hook *hook);
H A Dthread_info.h120 register_undef_hook(&iwmmxt_undef_hook);
/linux-master/arch/arm/probes/uprobes/
H A Dcore.c222 register_undef_hook(&uprobes_arm_break_hook);
223 register_undef_hook(&uprobes_arm_ss_hook);
/linux-master/arch/arm/probes/kprobes/
H A Dcore.c469 register_undef_hook(&kprobes_thumb16_break_hook);
470 register_undef_hook(&kprobes_thumb32_break_hook);
472 register_undef_hook(&kprobes_arm_break_hook);
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c913 register_undef_hook(&vfp_detect_hook);
937 register_undef_hook(&neon_support_hook[i]);
1007 register_undef_hook(&vfp_support_hook);

Completed in 448 milliseconds