taglinefilesource code
FPU_EIP171arch/i386/math-emu/fpu_entry.cFPU_ORIG_EIP = FPU_EIP;
FPU_EIP177arch/i386/math-emu/fpu_entry.cFPU_EIP += code_base = FPU_CS << 4;
FPU_EIP186arch/i386/math-emu/fpu_entry.cprintk("math_emulate: %04x:%08lx\n",FPU_CS,FPU_EIP);
FPU_EIP211arch/i386/math-emu/fpu_entry.cFPU_EIP += code_base = SEG_BASE_ADDR(code_descriptor);
FPU_EIP222arch/i386/math-emu/fpu_entry.cif ( !valid_prefix(&byte1, (unsigned char **)&FPU_EIP,
FPU_EIP238arch/i386/math-emu/fpu_entry.cFPU_EIP++;  /* We have fetched the prefix and first code bytes. */
FPU_EIP244arch/i386/math-emu/fpu_entry.cif ( FPU_EIP > code_limit )
FPU_EIP265arch/i386/math-emu/fpu_entry.cFPU_modrm = get_fs_byte((unsigned char *) FPU_EIP);
FPU_EIP267arch/i386/math-emu/fpu_entry.cFPU_EIP++;
FPU_EIP304arch/i386/math-emu/fpu_entry.cFPU_EIP = FPU_ORIG_EIP;  /* Point to current FPU instruction. */
FPU_EIP326arch/i386/math-emu/fpu_entry.cdata_address = get_address_16(FPU_modrm, &FPU_EIP, &data_sel_off,
FPU_EIP329arch/i386/math-emu/fpu_entry.cdata_address = get_address(FPU_modrm, &FPU_EIP, &data_sel_off,
FPU_EIP334arch/i386/math-emu/fpu_entry.cif ( FPU_EIP-1 > code_limit )
FPU_EIP581arch/i386/math-emu/fpu_entry.cFPU_ORIG_EIP = FPU_EIP - code_base;
FPU_EIP582arch/i386/math-emu/fpu_entry.cif ( valid_prefix(&byte1, (unsigned char **)&FPU_EIP,
FPU_EIP588arch/i386/math-emu/fpu_entry.cFPU_EIP -= code_base;
FPU_EIP681arch/i386/math-emu/fpu_entry.cFPU_EIP = FPU_ORIG_EIP;
FPU_EIP80arch/i386/math-emu/fpu_system.h#define  FPU_code_verify_area(z) FPU_verify_area(VERIFY_READ,(void *)FPU_EIP,z)