Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_entry.c115 unsigned long code_limit = 0; /* Initialized to stop compiler warnings */ in math_emulate() local
133 code_limit = code_base + 0xffff; /* Assumes code_base <= 0xffff0000 */ in math_emulate()
158 code_limit = seg_get_limit(&code_descriptor) + 1; in math_emulate()
159 code_limit *= seg_get_granularity(&code_descriptor); in math_emulate()
160 code_limit += code_base - 1; in math_emulate()
161 if (code_limit < code_base) in math_emulate()
162 code_limit = 0xffffffff; in math_emulate()
188 if (FPU_EIP > code_limit) in math_emulate()
260 if (FPU_EIP - 1 > code_limit) in math_emulate()