Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/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-v5.10/arch/arm64/kernel/
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()
442 static struct undef_hook swp_hooks[] = {
522 static struct undef_hook cp15_barrier_hooks[] = {
594 static struct undef_hook setend_hooks[] = {
Dtraps.c285 static LIST_HEAD(undef_hook);
288 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
293 list_add(&hook->node, &undef_hook); in register_undef_hook()
297 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
308 struct undef_hook *hook; in call_undef_hook()
342 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
Dproton-pack.c512 static struct undef_hook ssbs_emulation_hook = {
Dcpufeature.c2833 static struct undef_hook mrs_hook = {
/Linux-v5.10/arch/arm/kernel/
Dtraps.c407 static LIST_HEAD(undef_hook);
410 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
415 list_add(&hook->node, &undef_hook); in register_undef_hook()
419 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
431 struct undef_hook *hook; in call_undef_hook()
436 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
705 static struct undef_hook arm_mrc_hook = {
Dkgdb.c157 static struct undef_hook kgdb_brkpt_hook = {
165 static struct undef_hook kgdb_compiled_brkpt_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.c962 static struct undef_hook debug_reg_hook = {
/Linux-v5.10/arch/arm/mach-iop32x/
Dcp6.c27 static struct undef_hook cp6_hook = {
/Linux-v5.10/arch/arm/probes/uprobes/
Dcore.c204 static struct undef_hook uprobes_arm_break_hook = {
212 static struct undef_hook uprobes_arm_ss_hook = {
/Linux-v5.10/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 = {