Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/math-emu/
Dfpu_entry.c147 unsigned long code_limit = 0; /* Initialized to stop compiler warnings */ in math_emulate() local
172 code_limit = code_base + 0xffff; /* Assumes code_base <= 0xffff0000 */ in math_emulate()
197 code_limit = code_base in math_emulate()
201 if (code_limit < code_base) in math_emulate()
202 code_limit = 0xffffffff; in math_emulate()
228 if (FPU_EIP > code_limit) in math_emulate()
300 if (FPU_EIP - 1 > code_limit) in math_emulate()