summaryrefslogtreecommitdiff
path: root/src/cpu/kvm/base.cc
diff options
context:
space:
mode:
authorMichael LeBeane <michael.lebeane@amd.com>2016-09-13 23:18:34 -0400
committerMichael LeBeane <michael.lebeane@amd.com>2016-09-13 23:18:34 -0400
commit2c43a21687b861bae462bea555c5875a4d0a91c8 (patch)
treee2b74d5feea830f7092a2cce9f94cf40de7cb8f0 /src/cpu/kvm/base.cc
parent458d4a3c7bff9365e9d732c56f105b5b7bd37739 (diff)
downloadgem5-2c43a21687b861bae462bea555c5875a4d0a91c8.tar.xz
x86: Force strict ordering for memory mapped m5ops
Normal MMAPPED_IPR requests are allowed to execute speculatively under the assumption that they have no side effects. The special case of m5ops that are treated like MMAPPED_IPR should not be allowed to execute speculatively, since they can have side-effects. Adding the STRICT_ORDER flag to these requests blocks execution until the associated instruction hits the ROB head.
Diffstat (limited to 'src/cpu/kvm/base.cc')
0 files changed, 0 insertions, 0 deletions