Home
last modified time | relevance | path

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

/arch/avr32/include/asm/
Dtraps.h13 struct undef_hook { struct
20 void register_undef_hook(struct undef_hook *hook); argument
21 void unregister_undef_hook(struct undef_hook *hook);
/arch/arm64/include/asm/
Dtraps.h25 struct undef_hook { struct
34 void register_undef_hook(struct undef_hook *hook); argument
35 void unregister_undef_hook(struct undef_hook *hook);
/arch/arm/include/asm/
Dtraps.h9 struct undef_hook { struct
18 void register_undef_hook(struct undef_hook *hook); argument
19 void unregister_undef_hook(struct undef_hook *hook);
/arch/avr32/kernel/
Dtraps.c132 static LIST_HEAD(undef_hook);
135 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
138 list_add(&hook->node, &undef_hook); in register_undef_hook()
142 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
189 struct undef_hook *hook; in do_illegal_opcode()
221 list_for_each_entry(hook, &undef_hook, node) { in do_illegal_opcode()
/arch/arm/plat-iop/
Dcp6.c40 static struct undef_hook cp6_hook = {
/arch/arm64/kernel/
Dtraps.c260 static LIST_HEAD(undef_hook);
263 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
268 list_add(&hook->node, &undef_hook); in register_undef_hook()
272 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
283 struct undef_hook *hook; in call_undef_hook()
313 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
Darmv8_deprecated.c51 struct undef_hook *hooks;
69 struct undef_hook *hook; in register_emulation_hooks()
81 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[] = {
/arch/arm/kernel/
Dtraps.c377 static LIST_HEAD(undef_hook);
380 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()
385 list_add(&hook->node, &undef_hook); in register_undef_hook()
389 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()
400 struct undef_hook *hook; in call_undef_hook()
405 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
744 static struct undef_hook arm_mrc_hook = {
Duprobes.c207 static struct undef_hook uprobes_arm_break_hook = {
215 static struct undef_hook uprobes_arm_ss_hook = {
Dkgdb.c168 static struct undef_hook kgdb_brkpt_hook = {
176 static struct undef_hook kgdb_compiled_brkpt_hook = {
Dkprobes.c590 static struct undef_hook kprobes_thumb16_break_hook = {
598 static struct undef_hook kprobes_thumb32_break_hook = {
608 static struct undef_hook kprobes_arm_break_hook = {
Dswp_emulate.c244 static struct undef_hook swp_hook = {
Dptrace.c221 static struct undef_hook arm_break_hook = {
229 static struct undef_hook thumb_break_hook = {
237 static struct undef_hook thumb2_break_hook = {
Dhw_breakpoint.c906 static struct undef_hook debug_reg_hook = {