Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dfpu_entry.c114 struct desc_struct code_descriptor; in math_emulate() local
149 code_descriptor = FPU_get_ldt_descriptor(FPU_CS); in math_emulate()
150 if (SEG_D_SIZE(code_descriptor)) { in math_emulate()
158 FPU_EIP += code_base = SEG_BASE_ADDR(code_descriptor); in math_emulate()
160 + (SEG_LIMIT(code_descriptor) + in math_emulate()
161 1) * SEG_GRANULARITY(code_descriptor) in math_emulate()