Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dfpu_entry.c111 struct address entry_sel_off; in math_emulate() local
241 entry_sel_off.offset = FPU_ORIG_EIP; in math_emulate()
242 entry_sel_off.selector = FPU_CS; in math_emulate()
243 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
244 entry_sel_off.empty = 0; in math_emulate()
521 instruction_address = entry_sel_off; in math_emulate()