Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/arm64/include/asm/
Dtraps.h27 struct undef_hook { struct
36 void register_undef_hook(struct undef_hook *hook); argument
37 void unregister_undef_hook(struct undef_hook *hook);
/Linux-v4.19/arch/arm64/kernel/
Darmv8_deprecated.c50 struct undef_hook *hooks;
68 struct undef_hook *hook; in register_emulation_hooks()
80 struct undef_hook *hook; in remove_emulation_hooks()
440 static struct undef_hook swp_hooks[] = {
520 static struct undef_hook cp15_barrier_hooks[] = {
592 static struct undef_hook setend_hooks[] = {
Dtraps.c284 static LIST_HEAD(undef_hook);
287 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
292 list_add(&hook->node, &undef_hook); in register_undef_hook()
296 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
307 struct undef_hook *hook; in call_undef_hook()
339 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
Dcpufeature.c1743 static struct undef_hook mrs_hook = {
/Linux-v4.19/arch/arm/kernel/
Dtraps.c400 static LIST_HEAD(undef_hook);
403 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
408 list_add(&hook->node, &undef_hook); in register_undef_hook()
412 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
424 struct undef_hook *hook; in call_undef_hook()
429 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
721 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.c223 static struct undef_hook arm_break_hook = {
231 static struct undef_hook thumb_break_hook = {
239 static struct undef_hook thumb2_break_hook = {
Dswp_emulate.c234 static struct undef_hook swp_hook = {
Dtcm.c244 static struct undef_hook tcm_hook __initdata = {
Dhw_breakpoint.c905 static struct undef_hook debug_reg_hook = {
/Linux-v4.19/arch/arm/plat-iop/
Dcp6.c40 static struct undef_hook cp6_hook = {
/Linux-v4.19/arch/arm/probes/uprobes/
Dcore.c207 static struct undef_hook uprobes_arm_break_hook = {
215 static struct undef_hook uprobes_arm_ss_hook = {
/Linux-v4.19/arch/arm/probes/kprobes/
Dcore.c517 static struct undef_hook kprobes_thumb16_break_hook = {
525 static struct undef_hook kprobes_thumb32_break_hook = {
535 static struct undef_hook kprobes_arm_break_hook = {