Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/include/asm/
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-6.1.9/arch/arm64/include/asm/
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-6.1.9/arch/arm/kernel/
Dkgdb.c157 static struct undef_hook kgdb_brkpt_arm_hook = {
165 static struct undef_hook kgdb_brkpt_thumb_hook = {
173 static struct undef_hook kgdb_compiled_brkpt_arm_hook = {
181 static struct undef_hook kgdb_compiled_brkpt_thumb_hook = {
Dtraps.c410 static LIST_HEAD(undef_hook);
413 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
418 list_add(&hook->node, &undef_hook); in register_undef_hook()
422 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
434 struct undef_hook *hook; in call_undef_hook()
439 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
708 static struct undef_hook arm_mrc_hook = {
Dptrace.c212 static struct undef_hook arm_break_hook = {
220 static struct undef_hook thumb_break_hook = {
228 static struct undef_hook thumb2_break_hook = {
Dswp_emulate.c229 static struct undef_hook swp_hook = {
Dtcm.c245 static struct undef_hook tcm_hook __initdata = {
Dhw_breakpoint.c954 static struct undef_hook debug_oslsr_hook = {
979 static struct undef_hook debug_reg_hook = {
/linux-6.1.9/arch/arm64/kernel/
Darmv8_deprecated.c47 struct undef_hook *hooks;
66 struct undef_hook *hook; in register_emulation_hooks()
78 struct undef_hook *hook; in remove_emulation_hooks()
437 static struct undef_hook swp_hooks[] = {
517 static struct undef_hook cp15_barrier_hooks[] = {
589 static struct undef_hook setend_hooks[] = {
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()
Dproton-pack.c538 static struct undef_hook ssbs_emulation_hook = {
Dcpufeature.c3451 static struct undef_hook mrs_hook = {
/linux-6.1.9/arch/arm/mach-iop32x/
Dcp6.c37 static struct undef_hook cp6_hook = {
/linux-6.1.9/arch/arm/probes/uprobes/
Dcore.c204 static struct undef_hook uprobes_arm_break_hook = {
212 static struct undef_hook uprobes_arm_ss_hook = {
/linux-6.1.9/arch/arm/probes/kprobes/
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-6.1.9/arch/arm/vfp/
Dvfpmodule.c669 static struct undef_hook vfp_kmode_exception_hook[] = {{
762 static struct undef_hook vfp_detect_hook __initdata = {