Lines Matching refs:printk

45 	printk("Unimplemented FPU Opcode at eip=%p : ", (void __user *)address);
51 printk("[%02x]", byte1);
54 printk("%02x ", byte1);
58 printk("%02x (%02x+%d)\n", FPU_modrm, FPU_modrm & 0xf8,
61 printk("/%d\n", (FPU_modrm >> 3) & 7);
63 printk("cs selector = %04x\n", FPU_CS);
93 printk("At %p:", (void *)address); in FPU_printall()
99 printk(" %02x", byte1); in FPU_printall()
102 printk(" [%02x]", byte1); in FPU_printall()
106 printk(" [more..]\n"); in FPU_printall()
111 printk(" %02x (%02x+%d)\n", FPU_modrm, in FPU_printall()
114 printk(" /%d, mod=%d rm=%d\n", in FPU_printall()
119 printk("%04x\n", FPU_CS); in FPU_printall()
126 printk("SW: backward compatibility\n"); in FPU_printall()
128 printk("SW: condition bit 3\n"); in FPU_printall()
130 printk("SW: condition bit 2\n"); in FPU_printall()
132 printk("SW: condition bit 1\n"); in FPU_printall()
134 printk("SW: condition bit 0\n"); in FPU_printall()
136 printk("SW: exception summary\n"); in FPU_printall()
138 printk("SW: stack fault\n"); in FPU_printall()
140 printk("SW: loss of precision\n"); in FPU_printall()
142 printk("SW: underflow\n"); in FPU_printall()
144 printk("SW: overflow\n"); in FPU_printall()
146 printk("SW: divide by zero\n"); in FPU_printall()
148 printk("SW: denormalized operand\n"); in FPU_printall()
150 printk("SW: invalid operation\n"); in FPU_printall()
153printk(" 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()
166 printk(" CW: ic=%d rc=%d%d pc=%d%d iem=%d ef=%d%d%d%d%d%d\n", in FPU_printall()
191 printk("st(%d) %c .%04lx %04lx %04lx %04lx e%+-6d ", i, in FPU_printall()
200 printk("Whoops! Error in errors.c: tag%d is %d ", i, in FPU_printall()
204 printk("%s\n", tag_desc[(int)(unsigned)tagi]); in FPU_printall()
343 printk("FP Exception: %s!\n", exception_names[i].name); in FPU_exception()
346 printk("FPU emulator: Unknown Exception: 0x%04x!\n", n); in FPU_exception()
349 printk("FPU emulator: Internal error type 0x%04x\n", in FPU_exception()