Searched refs:undef_hook (Results 1 – 8 of 8) 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);
6 struct undef_hook { struct15 void register_undef_hook(struct undef_hook *hook); argument16 void unregister_undef_hook(struct undef_hook *hook);
142 static LIST_HEAD(undef_hook);145 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()148 list_add(&hook->node, &undef_hook); in register_undef_hook()152 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()199 struct undef_hook *hook; in do_illegal_opcode()231 list_for_each_entry(hook, &undef_hook, node) { in do_illegal_opcode()
39 static struct undef_hook cp6_hook = {
270 static LIST_HEAD(undef_hook);273 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()278 list_add(&hook->node, &undef_hook); in register_undef_hook()282 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()293 struct undef_hook *hook; in call_undef_hook()298 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()602 static struct undef_hook arm_mrc_hook = {
149 static struct undef_hook kgdb_brkpt_hook = {155 static struct undef_hook kgdb_compiled_brkpt_hook = {
486 static struct undef_hook arm_break_hook = {494 static struct undef_hook thumb_break_hook = {
438 static struct undef_hook kprobes_break_hook = {