Home
last modified time | relevance | path

Searched refs:exception_names (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Derrors.c202 } exception_names[] = { variable
333 for (i=0; exception_names[i].type; i++) in FPU_exception()
334 if ( (exception_names[i].type & n) == exception_names[i].type ) in FPU_exception()
337 if (exception_names[i].type) in FPU_exception()
340 printk("FP Exception: %s!\n", exception_names[i].name); in FPU_exception()