Searched refs:undef_hook (Results 1 – 14 of 14) sorted by relevance
10 struct undef_hook { struct19 void register_undef_hook(struct undef_hook *hook); argument20 void unregister_undef_hook(struct undef_hook *hook);
16 struct undef_hook { struct25 void register_undef_hook(struct undef_hook *hook); argument26 void unregister_undef_hook(struct undef_hook *hook);
47 struct undef_hook *hooks;65 struct undef_hook *hook; in register_emulation_hooks()77 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[] = {
283 static LIST_HEAD(undef_hook);286 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()291 list_add(&hook->node, &undef_hook); in register_undef_hook()295 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()306 struct undef_hook *hook; in call_undef_hook()340 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
1196 static struct undef_hook ssbs_emulation_hook = {2178 static struct undef_hook mrs_hook = {
398 static LIST_HEAD(undef_hook);401 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()406 list_add(&hook->node, &undef_hook); in register_undef_hook()410 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()422 struct undef_hook *hook; in call_undef_hook()427 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()696 static struct undef_hook arm_mrc_hook = {
157 static struct undef_hook kgdb_brkpt_hook = {165 static struct undef_hook kgdb_compiled_brkpt_hook = {
213 static struct undef_hook arm_break_hook = {221 static struct undef_hook thumb_break_hook = {229 static struct undef_hook thumb2_break_hook = {
229 static struct undef_hook swp_hook = {
244 static struct undef_hook tcm_hook __initdata = {
898 static struct undef_hook debug_reg_hook = {
27 static struct undef_hook cp6_hook = {
204 static struct undef_hook uprobes_arm_break_hook = {212 static struct undef_hook uprobes_arm_ss_hook = {
509 static struct undef_hook kprobes_thumb16_break_hook = {517 static struct undef_hook kprobes_thumb32_break_hook = {527 static struct undef_hook kprobes_arm_break_hook = {