exception_names   214 arch/x86/math-emu/errors.c } exception_names[] = {
exception_names   336 arch/x86/math-emu/errors.c 		for (i = 0; exception_names[i].type; i++)
exception_names   337 arch/x86/math-emu/errors.c 			if ((exception_names[i].type & n) ==
exception_names   338 arch/x86/math-emu/errors.c 			    exception_names[i].type)
exception_names   341 arch/x86/math-emu/errors.c 		if (exception_names[i].type) {
exception_names   343 arch/x86/math-emu/errors.c 			printk("FP Exception: %s!\n", exception_names[i].name);