Home
last modified time | relevance | path

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

/linux/arch/x86/math-emu/
H A Dreg_ld_str.c1041 FPU_get_user(instruction_address.offset, in fldenv()
1043 FPU_get_user(instruction_address.selector, in fldenv()
1052 instruction_address.offset in fldenv()
1053 += (instruction_address.selector & 0xf000) << 4; in fldenv()
1063 FPU_get_user(instruction_address.offset, in fldenv()
1065 FPU_get_user(instruction_address.selector, in fldenv()
1067 FPU_get_user(instruction_address.opcode, in fldenv()
1157 FPU_put_user(instruction_address.offset, in fstenv()
1162 FPU_put_user((instruction_address. in fstenv()
1168 FPU_put_user(instruction_address.selector, in fstenv()
H A Dfpu_system.h104 #define instruction_address (*(struct address *)&I387->soft.fip) macro
H A Dfpu_entry.c519 instruction_address = entry_sel_off; in math_emulate()