Searched refs:undef_hook (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dtraps.h6 struct undef_hook { struct
15 void register_undef_hook(struct undef_hook *hook);
16 void unregister_undef_hook(struct undef_hook *hook);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dtraps.h13 struct undef_hook { struct
20 void register_undef_hook(struct undef_hook *hook);
21 void unregister_undef_hook(struct undef_hook *hook);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-iop/
H A Dcp6.c39 static struct undef_hook cp6_hook = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dtraps.c125 static LIST_HEAD(undef_hook);
128 void register_undef_hook(struct undef_hook *hook)
131 list_add(&hook->node, &undef_hook);
135 void unregister_undef_hook(struct undef_hook *hook)
180 struct undef_hook *hook;
210 list_for_each_entry(hook, &undef_hook, node) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dtraps.c208 static int (*undef_hook)(struct pt_regs *); variable
215 if (undef_hook == NULL) {
216 undef_hook = fn;
229 if (undef_hook == fn) {
230 undef_hook = NULL;
268 if (undef_hook && undef_hook(regs) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dtraps.c277 static LIST_HEAD(undef_hook);
280 void register_undef_hook(struct undef_hook *hook)
285 list_add(&hook->node, &undef_hook);
289 void unregister_undef_hook(struct undef_hook *hook)
302 struct undef_hook *hook;
325 list_for_each_entry(hook, &undef_hook, node) {
607 static struct undef_hook arm_mrc_hook = {
H A Dptrace.c472 static struct undef_hook arm_break_hook = {
480 static struct undef_hook thumb_break_hook = {

Completed in 120 milliseconds