gem5/src/arch/x86/isa/insts/general_purpose/data_transfer
Jason Lowe-Power 3370059668 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: Sanchayan Maity <maitysanchayan@gmail.com>
2017-01-28 13:42:41 +05:30
..
__init__.py copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
conditional_move.py copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
move.py x86: Fix setting segment bases in real mode. 2014-11-17 01:00:53 -08:00
stack_operations.py x86: Fix implicit stack addressing in 64-bit mode 2017-01-28 13:42:41 +05:30
xchg.py x86: Add microop for fence 2011-11-03 22:52:21 -05:00