/linux-3.3/arch/cris/kernel/ |
D | traps.c | 206 die_if_kernel(const char *str, struct pt_regs *regs, long err) in die_if_kernel() function
|
/linux-3.3/arch/score/include/asm/ |
D | system.h | 86 #define die_if_kernel(msg, regs) \ macro
|
/linux-3.3/arch/c6x/kernel/ |
D | traps.c | 93 static void die_if_kernel(char *str, struct pt_regs *fp, int nr) in die_if_kernel() function
|
/linux-3.3/arch/m32r/kernel/ |
D | traps.c | 241 static __inline__ void die_if_kernel(const char * str, in die_if_kernel() function
|
/linux-3.3/arch/openrisc/kernel/ |
D | traps.c | 279 void die_if_kernel(const char *str, struct pt_regs *regs, long err) in die_if_kernel() function
|
/linux-3.3/arch/hexagon/kernel/ |
D | traps.c | 243 int die_if_kernel(char *str, struct pt_regs *regs, long err) in die_if_kernel() function
|
/linux-3.3/arch/frv/kernel/ |
D | traps.c | 530 void die_if_kernel(const char *str, ...) in die_if_kernel() function
|
/linux-3.3/arch/mips/include/asm/ |
D | ptrace.h | 161 static inline void die_if_kernel(const char *str, struct pt_regs *regs) in die_if_kernel() function
|
/linux-3.3/arch/parisc/kernel/ |
D | traps.c | 233 void die_if_kernel(char *str, struct pt_regs *regs, long err) in die_if_kernel() function
|
/linux-3.3/arch/sparc/kernel/ |
D | traps_32.c | 48 void die_if_kernel(char *str, struct pt_regs *regs) in die_if_kernel() function
|
D | traps_64.c | 2229 void die_if_kernel(char *str, struct pt_regs *regs) in die_if_kernel() function
|
/linux-3.3/arch/ia64/kernel/ |
D | traps.c | 88 die_if_kernel (char *str, struct pt_regs *regs, long err) in die_if_kernel() function
|
/linux-3.3/arch/m68k/kernel/ |
D | traps.c | 1172 void die_if_kernel (char *str, struct pt_regs *fp, int nr) in die_if_kernel() function
|
/linux-3.3/arch/alpha/kernel/ |
D | traps.c | 179 die_if_kernel(char * str, struct pt_regs *regs, long err, unsigned long *r9_15) in die_if_kernel() function
|
/linux-3.3/arch/sh/kernel/ |
D | traps_32.c | 119 static inline void die_if_kernel(const char *str, struct pt_regs *regs, in die_if_kernel() function
|
D | traps_64.c | 66 static inline void die_if_kernel(const char * str, struct pt_regs * regs, long err) in die_if_kernel() function
|