Searched defs:die_if_kernel (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/arch/sh/kernel/ |
D | traps.c | 65 void die_if_kernel(const char *str, struct pt_regs *regs, long err) in die_if_kernel() function
|
/linux-6.12.1/arch/mips/include/asm/ |
D | ptrace.h | 167 static inline void die_if_kernel(const char *str, struct pt_regs *regs) in die_if_kernel() function
|
/linux-6.12.1/arch/hexagon/kernel/ |
D | traps.c | 221 int die_if_kernel(char *str, struct pt_regs *regs, long err) in die_if_kernel() function
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | ptrace.h | 167 static inline void die_if_kernel(const char *str, struct pt_regs *regs) in die_if_kernel() function
|
/linux-6.12.1/arch/sparc/kernel/ |
D | traps_32.c | 51 void __noreturn die_if_kernel(char *str, struct pt_regs *regs) in die_if_kernel() function
|
D | traps_64.c | 2520 void __noreturn die_if_kernel(char *str, struct pt_regs *regs) in die_if_kernel() function
|
/linux-6.12.1/arch/m68k/kernel/ |
D | traps.c | 1127 void die_if_kernel (char *str, struct pt_regs *fp, int nr) in die_if_kernel() function
|
/linux-6.12.1/arch/parisc/kernel/ |
D | traps.c | 218 void die_if_kernel(char *str, struct pt_regs *regs, long err) in die_if_kernel() function
|
/linux-6.12.1/arch/alpha/kernel/ |
D | traps.c | 143 die_if_kernel(char * str, struct pt_regs *regs, long err, unsigned long *r9_15) in die_if_kernel() function
|