diff options
Diffstat (limited to 'test/kvm-eviction-with_guest.S')
| -rw-r--r-- | test/kvm-eviction-with_guest.S | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/kvm-eviction-with_guest.S b/test/kvm-eviction-with_guest.S new file mode 100644 index 0000000..08b365c --- /dev/null +++ b/test/kvm-eviction-with_guest.S @@ -0,0 +1,14 @@ +#include "test/kvm-eviction.h" +#include "cachepc/const.h" + +.text +.align(16) +.code16gcc + +guest: + mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %bx + movb (%bx), %bl + hlt + + jmp guest + |
