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

/linux-4.4.14/arch/avr32/include/asm/
H A Dtraps.h13 struct undef_hook { struct
20 void register_undef_hook(struct undef_hook *hook);
21 void unregister_undef_hook(struct undef_hook *hook);
/linux-4.4.14/arch/arm/include/asm/
H A Dtraps.h9 struct undef_hook { struct
18 void register_undef_hook(struct undef_hook *hook);
19 void unregister_undef_hook(struct undef_hook *hook);
/linux-4.4.14/arch/arm64/include/asm/
H A Dtraps.h25 struct undef_hook { struct
34 void register_undef_hook(struct undef_hook *hook);
35 void unregister_undef_hook(struct undef_hook *hook);
/linux-4.4.14/arch/avr32/kernel/
H A Dtraps.c132 static LIST_HEAD(undef_hook);
135 void register_undef_hook(struct undef_hook *hook) register_undef_hook()
138 list_add(&hook->node, &undef_hook); register_undef_hook()
142 void unregister_undef_hook(struct undef_hook *hook) unregister_undef_hook()
189 struct undef_hook *hook; do_illegal_opcode()
221 list_for_each_entry(hook, &undef_hook, node) { do_illegal_opcode()
/linux-4.4.14/arch/arm/plat-iop/
H A Dcp6.c40 static struct undef_hook cp6_hook = {
/linux-4.4.14/arch/arm64/kernel/
H A Darmv8_deprecated.c52 struct undef_hook *hooks;
70 struct undef_hook *hook; register_emulation_hooks()
82 struct undef_hook *hook; remove_emulation_hooks()
445 static struct undef_hook swp_hooks[] = {
525 static struct undef_hook cp15_barrier_hooks[] = {
597 static struct undef_hook setend_hooks[] = {
H A Dtraps.c278 static LIST_HEAD(undef_hook);
281 void register_undef_hook(struct undef_hook *hook) register_undef_hook()
286 list_add(&hook->node, &undef_hook); register_undef_hook()
290 void unregister_undef_hook(struct undef_hook *hook) unregister_undef_hook()
301 struct undef_hook *hook; call_undef_hook()
331 list_for_each_entry(hook, &undef_hook, node) call_undef_hook()
/linux-4.4.14/arch/arm/probes/uprobes/
H A Dcore.c207 static struct undef_hook uprobes_arm_break_hook = {
215 static struct undef_hook uprobes_arm_ss_hook = {
/linux-4.4.14/arch/arm/kernel/
H A Dtraps.c369 static LIST_HEAD(undef_hook);
372 void register_undef_hook(struct undef_hook *hook) register_undef_hook()
377 list_add(&hook->node, &undef_hook); register_undef_hook()
381 void unregister_undef_hook(struct undef_hook *hook) unregister_undef_hook()
392 struct undef_hook *hook; call_undef_hook()
397 list_for_each_entry(hook, &undef_hook, node) call_undef_hook()
682 static struct undef_hook arm_mrc_hook = {
H A Dkgdb.c156 static struct undef_hook kgdb_brkpt_hook = {
164 static struct undef_hook kgdb_compiled_brkpt_hook = {
H A 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 = {
H A Dswp_emulate.c244 static struct undef_hook swp_hook = {
H A Dtcm.c244 static struct undef_hook tcm_hook __initdata = {
H A Dhw_breakpoint.c905 static struct undef_hook debug_reg_hook = {
/linux-4.4.14/arch/arm/probes/kprobes/
H A Dcore.c615 static struct undef_hook kprobes_thumb16_break_hook = {
623 static struct undef_hook kprobes_thumb32_break_hook = {
633 static struct undef_hook kprobes_arm_break_hook = {

Completed in 385 milliseconds