taglinefilesource code
exception_names216arch/i386/math-emu/errors.c} exception_names[] = {
exception_names342arch/i386/math-emu/errors.cfor (i=0; exception_names[i].type; i++)
exception_names343arch/i386/math-emu/errors.cif ( (exception_names[i].type & n) == exception_names[i].type )
exception_names346arch/i386/math-emu/errors.cif (exception_names[i].type)
exception_names349arch/i386/math-emu/errors.cprintk("FP Exception: %s!\n", exception_names[i].name);