summaryrefslogtreecommitdiffstats
path: root/test/kvm-eviction_guest.S
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-01-21 02:23:52 +0100
committerLouis Burda <quent.burda@gmail.com>2023-01-21 02:23:52 +0100
commit769e05dd63ed0379e7325da6e82c0c46c151ef4e (patch)
tree0c0bbef5f61717647efb297b2632c3e92acc4089 /test/kvm-eviction_guest.S
parent0257ca8ac931775fffd74150b439eb9ddcc025aa (diff)
downloadcachepc-769e05dd63ed0379e7325da6e82c0c46c151ef4e.tar.gz
cachepc-769e05dd63ed0379e7325da6e82c0c46c151ef4e.zip
Reimplement test and prime+probe in asm, make self-tests harder and improve noise
Diffstat (limited to 'test/kvm-eviction_guest.S')
-rw-r--r--test/kvm-eviction_guest.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kvm-eviction_guest.S b/test/kvm-eviction_guest.S
index eb04d2a..ce696cd 100644
--- a/test/kvm-eviction_guest.S
+++ b/test/kvm-eviction_guest.S
@@ -8,7 +8,7 @@
.global guest_without_stop
guest_with_start:
- movq (L1_LINESIZE * (TARGET_SET + L1_SETS)), %rbx
+ mov (L1_LINESIZE * (TARGET_SET + L1_SETS)), %rbx
hlt
jmp guest_with_start
guest_with_stop: