tag | line | file | source code |
---|---|---|---|
tag_desc | 88 | arch/i386/math-emu/errors.c | static char *tag_desc[] = { "Valid", "Zero", "ERROR", "ERROR", |
tag_desc | 196 | arch/i386/math-emu/errors.c | printk("%s\n", tag_desc[(int) (unsigned) r->tag]); |
tag_desc | 207 | arch/i386/math-emu/errors.c | printk("%s\n", tag_desc[(int) (unsigned) FPU_loaded_data.tag]); |