entry_sel_off     112 arch/x86/math-emu/fpu_entry.c 	struct address entry_sel_off;
entry_sel_off     238 arch/x86/math-emu/fpu_entry.c 	entry_sel_off.offset = FPU_ORIG_EIP;
entry_sel_off     239 arch/x86/math-emu/fpu_entry.c 	entry_sel_off.selector = FPU_CS;
entry_sel_off     240 arch/x86/math-emu/fpu_entry.c 	entry_sel_off.opcode = (byte1 << 8) | FPU_modrm;
entry_sel_off     241 arch/x86/math-emu/fpu_entry.c 	entry_sel_off.empty = 0;
entry_sel_off     518 arch/x86/math-emu/fpu_entry.c 		instruction_address = entry_sel_off;