Home
last modified time | relevance | path

Searched refs:undef_hook (Results 1 – 18 of 18) sorted by relevance

/linux/arch/arm/include/asm/
A Dtraps.h10 struct undef_hook { struct
19 void register_undef_hook(struct undef_hook *hook); argument
20 void unregister_undef_hook(struct undef_hook *hook);
/linux/arch/arm64/include/asm/
A Dtraps.h16 struct undef_hook { struct
25 void register_undef_hook(struct undef_hook *hook); argument
26 void unregister_undef_hook(struct undef_hook *hook);
/linux/arch/arm64/kernel/
A Darmv8_deprecated.c47 struct undef_hook *hooks;
65 struct undef_hook *hook; in register_emulation_hooks()
77 struct undef_hook *hook; in remove_emulation_hooks()
436 static struct undef_hook swp_hooks[] = {
516 static struct undef_hook cp15_barrier_hooks[] = {
588 static struct undef_hook setend_hooks[] = {
A Dtraps.c376 static LIST_HEAD(undef_hook);
379 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
384 list_add(&hook->node, &undef_hook); in register_undef_hook()
388 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
399 struct undef_hook *hook; in call_undef_hook()
433 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
A Dproton-pack.c495 static struct undef_hook ssbs_emulation_hook = {
A Dcpufeature.c3102 static struct undef_hook mrs_hook = {
/linux/arch/arm/kernel/
A Dtraps.c393 static LIST_HEAD(undef_hook);
396 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
401 list_add(&hook->node, &undef_hook); in register_undef_hook()
405 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
417 struct undef_hook *hook; in call_undef_hook()
422 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
691 static struct undef_hook arm_mrc_hook = {
A Dkgdb.c157 static struct undef_hook kgdb_brkpt_hook = {
165 static struct undef_hook kgdb_compiled_brkpt_hook = {
A Dptrace.c213 static struct undef_hook arm_break_hook = {
221 static struct undef_hook thumb_break_hook = {
229 static struct undef_hook thumb2_break_hook = {
A Dswp_emulate.c229 static struct undef_hook swp_hook = {
A Dtcm.c245 static struct undef_hook tcm_hook __initdata = {
A Dhw_breakpoint.c962 static struct undef_hook debug_reg_hook = {
/linux/arch/arm/probes/kprobes/
A Dcore.c437 static struct undef_hook kprobes_thumb16_break_hook = {
445 static struct undef_hook kprobes_thumb32_break_hook = {
455 static struct undef_hook kprobes_arm_break_hook = {
/linux/arch/arm/probes/uprobes/
A Dcore.c204 static struct undef_hook uprobes_arm_break_hook = {
212 static struct undef_hook uprobes_arm_ss_hook = {
/linux/arch/arm/mach-iop32x/
A Dcp6.c27 static struct undef_hook cp6_hook = {
/linux/arch/arm/vfp/
A Dvfpmodule.c669 static struct undef_hook vfp_kmode_exception_hook[] = {{
762 static struct undef_hook vfp_detect_hook __initdata = {
/linux/
A DSystem.map130383 ffff800011dd5910 d undef_hook
A D.tmp_System.map130383 ffff800011dd5910 d undef_hook

Completed in 958 milliseconds