Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Derrors.c212 } exception_names[] = { variable
334 for (i = 0; exception_names[i].type; i++) in FPU_exception()
335 if ((exception_names[i].type & n) == in FPU_exception()
336 exception_names[i].type) in FPU_exception()
339 if (exception_names[i].type) { in FPU_exception()
341 printk("FP Exception: %s!\n", exception_names[i].name); in FPU_exception()