Home
last modified time | relevance | path

Searched refs:FPU_DS (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/math-emu/
H A Dget_address.c225 addr->selector = FPU_DS; /* Default, for 32 bit non-segmented mode. */ in FPU_get_address()
309 addr->selector = FPU_DS; /* Default, for 32 bit non-segmented mode. */ in FPU_get_address_16()
H A Dfpu_system.h81 #define FPU_DS (*(unsigned short *) &(FPU_info->regs->ds)) macro
H A Dfpu_entry.c134 } else if (FPU_CS == __USER_CS && FPU_DS == __USER_DS) { in math_emulate()
471 operand_address.selector = FPU_DS; in math_emulate()