Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_system.h23 #define LDT_DESCRIPTOR(s) (((struct desc_struct *)current->mm->context.ldt)[(s) >> 3]) macro
Dget_address.c192 descriptor = LDT_DESCRIPTOR(PM_REG_(segment)); in pm_address()
Dfpu_entry.c194 if ( SEG_D_SIZE(code_descriptor = LDT_DESCRIPTOR(FPU_CS)) ) in math_emulate()