Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds