Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Derrors.c214 } exception_names[] = { variable
336 for (i = 0; exception_names[i].type; i++) in FPU_exception()
337 if ((exception_names[i].type & n) == in FPU_exception()
338 exception_names[i].type) in FPU_exception()
341 if (exception_names[i].type) { in FPU_exception()
343 printk("FP Exception: %s!\n", exception_names[i].name); in FPU_exception()