Searched refs:undef_hook (Results 1 – 14 of 14) sorted by relevance
13 struct undef_hook { struct20 void register_undef_hook(struct undef_hook *hook); argument21 void unregister_undef_hook(struct undef_hook *hook);
25 struct undef_hook { struct34 void register_undef_hook(struct undef_hook *hook); argument35 void unregister_undef_hook(struct undef_hook *hook);
9 struct undef_hook { struct18 void register_undef_hook(struct undef_hook *hook); argument19 void unregister_undef_hook(struct undef_hook *hook);
132 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()
40 static struct undef_hook cp6_hook = {
260 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()
51 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[] = {
377 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 = {
207 static struct undef_hook uprobes_arm_break_hook = {215 static struct undef_hook uprobes_arm_ss_hook = {
168 static struct undef_hook kgdb_brkpt_hook = {176 static struct undef_hook kgdb_compiled_brkpt_hook = {
590 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 = {
244 static struct undef_hook swp_hook = {
221 static struct undef_hook arm_break_hook = {229 static struct undef_hook thumb_break_hook = {237 static struct undef_hook thumb2_break_hook = {
906 static struct undef_hook debug_reg_hook = {