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

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

Completed in 80 milliseconds