Home
last modified time | relevance | path

Searched refs:undef_hook (Results 1 – 8 of 8) sorted by relevance

/arch/avr32/include/asm/
Dtraps.h13 struct undef_hook { struct
20 void register_undef_hook(struct undef_hook *hook); argument
21 void unregister_undef_hook(struct undef_hook *hook);
/arch/arm/include/asm/
Dtraps.h6 struct undef_hook { struct
15 void register_undef_hook(struct undef_hook *hook); argument
16 void unregister_undef_hook(struct undef_hook *hook);
/arch/avr32/kernel/
Dtraps.c142 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()
/arch/arm/plat-iop/
Dcp6.c39 static struct undef_hook cp6_hook = {
/arch/arm/kernel/
Dtraps.c270 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 = {
Dkgdb.c149 static struct undef_hook kgdb_brkpt_hook = {
155 static struct undef_hook kgdb_compiled_brkpt_hook = {
Dptrace.c486 static struct undef_hook arm_break_hook = {
494 static struct undef_hook thumb_break_hook = {
Dkprobes.c438 static struct undef_hook kprobes_break_hook = {