gem5/src/arch/x86/isa/insts/general_purpose/control_transfer
Jason Lowe-Power 153e5879c6 x86: Fix implicit stack addressing in 64-bit mode
When in 64-bit mode, if the stack is accessed implicitly by an instruction
the alternate address prefix should be ignored if present.

This patch adds an extra flag to the ldstop which signifies when the
address override should be ignored. Then, for all of the affected
instructions, this patch adds two options to the ld and st opcode to use
the current stack addressing mode for all addresses and to ignore the
AddressSizeFlagBit.  Finally, this patch updates the x86 TLB to not
truncate the address if it is in 64-bit mode and the IgnoreAddrSizeFlagBit
is set.

This fixes a problem when calling __libc_start_main with a binary that is
linked with a recent version of ld. This version of ld uses the address
override prefix (0x67) on the call instruction instead of a nop.

Note: This has not been tested in compatibility mode and only the call
instruction with the address override prefix has been tested.

See [1] page 9 (pdf page 45)

For instructions that are affected see [1] page 519 (pdf page 555).

[1] http://support.amd.com/TechDocs/24594.pdf

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
2017-02-10 11:19:34 -05:00
..
__init__.py copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
call.py x86: Fix implicit stack addressing in 64-bit mode 2017-02-10 11:19:34 -05:00
conditional_jump.py copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
interrupts_and_exceptions.py arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -04:00
jump.py x86: x86 instruction-implementation bug fixes 2015-07-20 09:15:18 -05:00
loop.py copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
xreturn.py x86: mark instructions for being function call/return 2013-05-21 11:34:41 -05:00