Searched defs:EXCEPTION (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| H A D | exception.h | 43 #define EXCEPTION(x) { printk("exception in %s at line %d\n", \ macro 46 #define EXCEPTION(x) FPU_exception(x) macro
|
| H A D | fpu_asm.h | 16 #define EXCEPTION FPU_exception macro
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| H A D | head_32.h | 196 #define EXCEPTION(n, label, hdlr) \ macro
|
| H A D | head_booke.h | 300 #define EXCEPTION(n, intno, label, hdlr) \ macro
|
| /kernel/linux/linux-6.6/arch/x86/math-emu/ |
| H A D | exception.h | 43 #define EXCEPTION(x) { printk("exception in %s at line %d\n", \ macro 46 #define EXCEPTION(x) FPU_exception(x) macro
|
| H A D | fpu_asm.h | 16 #define EXCEPTION FPU_exception macro
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | head_32.h | 308 #define EXCEPTION(n, label, hdlr, xfer) \ macro
|
| H A D | head_booke.h | 308 #define EXCEPTION(n, intno, label, hdlr, xfer) \ macro
|
Completed in 5 milliseconds