Lines Matching refs:printk
44 printk("Unimplemented FPU Opcode at eip=%p : ", (void __user *)address);
50 printk("[%02x]", byte1);
53 printk("%02x ", byte1);
57 printk("%02x (%02x+%d)\n", FPU_modrm, FPU_modrm & 0xf8,
60 printk("/%d\n", (FPU_modrm >> 3) & 7);
62 printk("cs selector = %04x\n", FPU_CS);
92 printk("At %p:", (void *)address); in FPU_printall()
98 printk(" %02x", byte1); in FPU_printall()
101 printk(" [%02x]", byte1); in FPU_printall()
105 printk(" [more..]\n"); in FPU_printall()
110 printk(" %02x (%02x+%d)\n", FPU_modrm, in FPU_printall()
113 printk(" /%d, mod=%d rm=%d\n", in FPU_printall()
118 printk("%04x\n", FPU_CS); in FPU_printall()
125 printk("SW: backward compatibility\n"); in FPU_printall()
127 printk("SW: condition bit 3\n"); in FPU_printall()
129 printk("SW: condition bit 2\n"); in FPU_printall()
131 printk("SW: condition bit 1\n"); in FPU_printall()
133 printk("SW: condition bit 0\n"); in FPU_printall()
135 printk("SW: exception summary\n"); in FPU_printall()
137 printk("SW: stack fault\n"); in FPU_printall()
139 printk("SW: loss of precision\n"); in FPU_printall()
141 printk("SW: underflow\n"); in FPU_printall()
143 printk("SW: overflow\n"); in FPU_printall()
145 printk("SW: divide by zero\n"); in FPU_printall()
147 printk("SW: denormalized operand\n"); in FPU_printall()
149 printk("SW: invalid operation\n"); in FPU_printall()
152 …printk(" SW: b=%d st=%d es=%d sf=%d cc=%d%d%d%d ef=%d%d%d%d%d%d\n", partial_status & 0x8000 ? 1 : … in FPU_printall()
165 printk(" CW: ic=%d rc=%d%d pc=%d%d iem=%d ef=%d%d%d%d%d%d\n", in FPU_printall()
188 printk("st(%d) %c .%04lx %04lx %04lx %04lx e%+-6d ", i, in FPU_printall()
197 printk("Whoops! Error in errors.c: tag%d is %d ", i, in FPU_printall()
202 printk("%s\n", tag_desc[(int)(unsigned)tagi]); in FPU_printall()
341 printk("FP Exception: %s!\n", exception_names[i].name); in FPU_exception()
344 printk("FPU emulator: Unknown Exception: 0x%04x!\n", n); in FPU_exception()
347 printk("FPU emulator: Internal error type 0x%04x\n", in FPU_exception()