Searched refs:die_if_kernel (Results 26 - 44 of 44) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/mm/
H A Dinit.c43 extern void die_if_kernel(char *,struct pt_regs *,long);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/mm/
H A Dinit.c43 extern void die_if_kernel(char *,struct pt_regs *,long);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dsystem.h250 extern void die_if_kernel(char *str, struct pt_regs *regs) __attribute__ ((noreturn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dsystem.h247 extern void die_if_kernel(char *str, struct pt_regs *regs) __attribute__ ((noreturn));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dproto.h186 extern void die_if_kernel(char *, struct pt_regs *, long, unsigned long *);
H A Dtraps.c168 die_if_kernel(char * str, struct pt_regs *regs, long err, unsigned long *r9_15) function
181 printk("die_if_kernel recursion detected.\n");
217 die_if_kernel("Arithmetic fault", regs, 0, NULL);
240 die_if_kernel((type == 1 ? "Kernel Bug" : "Instruction fault"),
404 die_if_kernel("Instruction fault", regs, 0, NULL);
667 printk("die_if_kernel recursion detected.\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dunaligned.c65 die_if_kernel("Byte sized unaligned access?!?!", current->thread.kregs);
365 die_if_kernel("Oops", regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsparc64_ksyms.c69 extern void die_if_kernel(char *str, struct pt_regs *regs);
238 EXPORT_SYMBOL(die_if_kernel); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dtraps.c71 static inline void die_if_kernel(const char * str, struct pt_regs * regs, long err) function
247 die_if_kernel("exception", regs, ex);
255 die_if_kernel("unknown trapa", regs, scId);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A Dfault.c224 die_if_kernel("Oops\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunaligned.c26 extern void die_if_kernel(char *str, struct pt_regs *regs, long err);
678 die_if_kernel("unaligned reference on speculative load with register update\n",
1302 die_if_kernel("big-endian unaligned accesses are not supported", regs, 0);
1481 die_if_kernel("error during unaligned kernel access\n", regs, ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dtraps.c240 static __inline__ void die_if_kernel(const char * str, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dtraps.c121 static inline void die_if_kernel(const char *str, struct pt_regs *regs, function
783 die_if_kernel("exception", regs, ex);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dunaligned.c131 void die_if_kernel (char *str, struct pt_regs *regs, long err);
686 die_if_kernel("Unaligned data reference", regs, 28);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dinit.c36 extern void die_if_kernel(char *,struct pt_regs *,long);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dfault.c149 die_if_kernel("Oops", regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dfault.c110 die_if_kernel("Oops", regs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtraps.c449 static inline void die_if_kernel(const char * str, struct pt_regs * regs, long err) function
997 die_if_kernel("cache flush denied", regs, error_code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/math-emu/
H A Dmath.c182 die_if_kernel("unfinished/unimplemented FPop from kernel", regs);

Completed in 221 milliseconds

12