taglinefilesource code
exception_names208arch/i386/math-emu/errors.c} exception_names[] = {
exception_names334arch/i386/math-emu/errors.cfor (i=0; exception_names[i].type; i++)
exception_names335arch/i386/math-emu/errors.cif ( (exception_names[i].type & n) == exception_names[i].type )
exception_names338arch/i386/math-emu/errors.cif (exception_names[i].type)
exception_names341arch/i386/math-emu/errors.cprintk("FP Exception: %s!\n", exception_names[i].name);