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);
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()
9 struct undef_hook { struct18 void register_undef_hook(struct undef_hook *hook); argument19 void unregister_undef_hook(struct undef_hook *hook);
263 static LIST_HEAD(undef_hook);266 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()271 list_add(&hook->node, &undef_hook); in register_undef_hook()275 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()286 struct undef_hook *hook; in call_undef_hook()316 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
49 struct undef_hook *hooks;67 struct undef_hook *hook; in register_emulation_hooks()79 struct undef_hook *hook; in remove_emulation_hooks()438 static struct undef_hook swp_hooks[] = {528 static struct undef_hook cp15_barrier_hooks[] = {600 static struct undef_hook setend_hooks[] = {
369 static LIST_HEAD(undef_hook);372 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()377 list_add(&hook->node, &undef_hook); in register_undef_hook()381 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()392 struct undef_hook *hook; in call_undef_hook()397 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()734 static struct undef_hook arm_mrc_hook = {
163 static struct undef_hook kgdb_brkpt_hook = {171 static struct undef_hook kgdb_compiled_brkpt_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 = {
241 static struct undef_hook swp_hook = {
906 static struct undef_hook debug_reg_hook = {
40 static struct undef_hook cp6_hook = {
207 static struct undef_hook uprobes_arm_break_hook = {215 static struct undef_hook uprobes_arm_ss_hook = {
615 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 = {