code_limit        114 arch/x86/math-emu/fpu_entry.c 	unsigned long code_limit = 0;	/* Initialized to stop compiler warnings */
code_limit        132 arch/x86/math-emu/fpu_entry.c 		code_limit = code_base + 0xffff;	/* Assumes code_base <= 0xffff0000 */
code_limit        157 arch/x86/math-emu/fpu_entry.c 		code_limit = seg_get_limit(&code_descriptor) + 1;
code_limit        158 arch/x86/math-emu/fpu_entry.c 		code_limit *= seg_get_granularity(&code_descriptor);
code_limit        159 arch/x86/math-emu/fpu_entry.c 		code_limit += code_base - 1;
code_limit        160 arch/x86/math-emu/fpu_entry.c 		if (code_limit < code_base)
code_limit        161 arch/x86/math-emu/fpu_entry.c 			code_limit = 0xffffffff;
code_limit        187 arch/x86/math-emu/fpu_entry.c 		if (FPU_EIP > code_limit)
code_limit        259 arch/x86/math-emu/fpu_entry.c 			if (FPU_EIP - 1 > code_limit)