Searched refs:FPU_CS (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/math-emu/
H A Dfpu_entry.c132 FPU_EIP += code_base = FPU_CS << 4;
134 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) {
136 } else if (FPU_CS == __KERNEL_CS) {
137 printk("math_emulate: %04x:%08lx\n", FPU_CS, FPU_EIP);
141 if ((FPU_CS & 4) != 4) { /* Must be in the LDT */
148 code_descriptor = FPU_get_ldt_descriptor(FPU_CS);
240 entry_sel_off.selector = FPU_CS;
H A Derrors.c46 if (FPU_CS == __USER_CS) {
63 printk("cs selector = %04x\n", FPU_CS);
94 if (FPU_CS == __USER_CS) {
119 printk("%04x\n", FPU_CS);
H A Dfpu_system.h79 #define FPU_CS (*(unsigned short *) &(FPU_info->regs->cs)) macro

Completed in 272 milliseconds