Home
last modified time | relevance | path

Searched refs:register_undef_hook (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dkgdb.c229 register_undef_hook(&kgdb_brkpt_arm_hook); in kgdb_arch_init()
230 register_undef_hook(&kgdb_brkpt_thumb_hook); in kgdb_arch_init()
231 register_undef_hook(&kgdb_compiled_brkpt_arm_hook); in kgdb_arch_init()
232 register_undef_hook(&kgdb_compiled_brkpt_thumb_hook); in kgdb_arch_init()
H A Dptrace.c238 register_undef_hook(&arm_break_hook); in ptrace_break_init()
239 register_undef_hook(&thumb_break_hook); in ptrace_break_init()
240 register_undef_hook(&thumb2_break_hook); in ptrace_break_init()
H A Dswp_emulate.c253 register_undef_hook(&swp_hook); in swp_emulation_init()
H A Dtcm.c292 register_undef_hook(&tcm_hook); in tcm_init()
H A Dtraps.c411 void register_undef_hook(struct undef_hook *hook) in register_undef_hook() function
716 register_undef_hook(&arm_mrc_hook); in arm_mrc_hook_init()
H A Dhw_breakpoint.c1152 register_undef_hook(&debug_reg_hook); in arch_hw_breakpoint_init()
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dcore.c469 register_undef_hook(&kprobes_thumb16_break_hook); in arch_init_kprobes()
470 register_undef_hook(&kprobes_thumb32_break_hook); in arch_init_kprobes()
472 register_undef_hook(&kprobes_arm_break_hook); in arch_init_kprobes()
/OK3568_Linux_fs/kernel/arch/arm/probes/uprobes/
H A Dcore.c222 register_undef_hook(&uprobes_arm_break_hook); in arch_uprobes_init()
223 register_undef_hook(&uprobes_arm_ss_hook); in arch_uprobes_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-iop32x/
H A Dcp6.c37 register_undef_hook(&cp6_hook); in iop_init_cp6_handler()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dtraps.h19 void register_undef_hook(struct undef_hook *hook);
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dtraps.h25 void register_undef_hook(struct undef_hook *hook);
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfpmodule.c706 register_undef_hook(&vfp_kmode_exception_hook[i]); in vfp_kmode_exception_hook_init()
790 register_undef_hook(&vfp_detect_hook); in vfp_init()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Darmv8_deprecated.c71 register_undef_hook(hook); in register_emulation_hooks()
H A Dproton-pack.c560 register_undef_hook(&ssbs_emulation_hook); in spectre_v4_enable_hw_mitigation()
H A Dtraps.c290 void register_undef_hook(struct undef_hook *hook) in register_undef_hook() function
H A Dcpufeature.c3110 register_undef_hook(&mrs_hook); in enable_mrs_emulation()