diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-01-21 02:23:52 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-01-21 02:23:52 +0100 |
| commit | 769e05dd63ed0379e7325da6e82c0c46c151ef4e (patch) | |
| tree | 0c0bbef5f61717647efb297b2632c3e92acc4089 /test/kvm-eviction_guest.S | |
| parent | 0257ca8ac931775fffd74150b439eb9ddcc025aa (diff) | |
| download | cachepc-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.S | 2 |
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: |
