Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dfpu_entry.c113 struct address entry_sel_off; in math_emulate() local
239 entry_sel_off.offset = FPU_ORIG_EIP; in math_emulate()
240 entry_sel_off.selector = FPU_CS; in math_emulate()
241 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
242 entry_sel_off.empty = 0; in math_emulate()
519 instruction_address = entry_sel_off; in math_emulate()