Searched defs:EXCEPTION (Results 1 – 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| D | exception.h | 43 #define EXCEPTION(x) { printk("exception in %s at line %d\n", \ macro 46 #define EXCEPTION(x) FPU_exception(x) macro
|
| D | fpu_asm.h | 16 #define EXCEPTION FPU_exception macro
|
| /kernel/linux/linux-4.19/arch/x86/math-emu/ |
| D | exception.h | 43 #define EXCEPTION(x) { printk("exception in %s at line %d\n", \ macro 46 #define EXCEPTION(x) FPU_exception(x) macro
|
| D | fpu_asm.h | 16 #define EXCEPTION FPU_exception macro
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | head_32.h | 308 #define EXCEPTION(n, label, hdlr, xfer) \ macro
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | head_40x.S | 203 #define EXCEPTION(n, label, hdlr, xfer) \ macro
|
| D | head_8xx.S | 165 #define EXCEPTION(n, label, hdlr, xfer) \ macro
|
| D | head_32.S | 305 #define EXCEPTION(n, label, hdlr, xfer) \ macro
|
| D | head_booke.h | 215 #define EXCEPTION(n, intno, label, hdlr, xfer) \ macro
|