Home
last modified time | relevance | path

Searched defs:EXCEPTION (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/math-emu/
H A Dexception.h43 #define EXCEPTION(x) { printk("exception in %s at line %d\n", \ macro
46 #define EXCEPTION(x) FPU_exception(x) macro
H A Dfpu_asm.h16 #define EXCEPTION FPU_exception macro
/linux/arch/powerpc/kernel/
H A Dhead_32.h186 #define EXCEPTION(n, label, hdlr) \ macro