Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/math-emu/
Dfpu_entry.c148 struct desc_struct code_descriptor; in math_emulate() local
187 code_descriptor = FPU_get_ldt_descriptor(FPU_CS); in math_emulate()
188 if (SEG_D_SIZE(code_descriptor)) { in math_emulate()
196 FPU_EIP += code_base = SEG_BASE_ADDR(code_descriptor); in math_emulate()
198 + (SEG_LIMIT(code_descriptor) + in math_emulate()
199 1) * SEG_GRANULARITY(code_descriptor) in math_emulate()