Searched refs:undef_hook (Results 1 – 15 of 15) 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);
278 static LIST_HEAD(undef_hook);281 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()286 list_add(&hook->node, &undef_hook); in register_undef_hook()290 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()301 struct undef_hook *hook; in call_undef_hook()331 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
52 struct undef_hook *hooks;70 struct undef_hook *hook; in register_emulation_hooks()82 struct undef_hook *hook; in 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[] = {
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()682 static struct undef_hook arm_mrc_hook = {
156 static struct undef_hook kgdb_brkpt_hook = {164 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 = {
244 static struct undef_hook swp_hook = {
244 static struct undef_hook tcm_hook __initdata = {
905 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 = {