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);
27 struct undef_hook { struct36 void register_undef_hook(struct undef_hook *hook); argument37 void unregister_undef_hook(struct undef_hook *hook);
50 struct undef_hook *hooks;68 struct undef_hook *hook; in register_emulation_hooks()80 struct undef_hook *hook; in remove_emulation_hooks()440 static struct undef_hook swp_hooks[] = {520 static struct undef_hook cp15_barrier_hooks[] = {592 static struct undef_hook setend_hooks[] = {
284 static LIST_HEAD(undef_hook);287 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()292 list_add(&hook->node, &undef_hook); in register_undef_hook()296 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()307 struct undef_hook *hook; in call_undef_hook()339 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()
1743 static struct undef_hook mrs_hook = {
400 static LIST_HEAD(undef_hook);403 void register_undef_hook(struct undef_hook *hook) in register_undef_hook()408 list_add(&hook->node, &undef_hook); in register_undef_hook()412 void unregister_undef_hook(struct undef_hook *hook) in unregister_undef_hook()424 struct undef_hook *hook; in call_undef_hook()429 list_for_each_entry(hook, &undef_hook, node) in call_undef_hook()721 static struct undef_hook arm_mrc_hook = {
157 static struct undef_hook kgdb_brkpt_hook = {165 static struct undef_hook kgdb_compiled_brkpt_hook = {
223 static struct undef_hook arm_break_hook = {231 static struct undef_hook thumb_break_hook = {239 static struct undef_hook thumb2_break_hook = {
234 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 = {
517 static struct undef_hook kprobes_thumb16_break_hook = {525 static struct undef_hook kprobes_thumb32_break_hook = {535 static struct undef_hook kprobes_arm_break_hook = {