diff options
Diffstat (limited to 'test/kvm-step_guest.S')
| -rw-r--r-- | test/kvm-step_guest.S | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/kvm-step_guest.S b/test/kvm-step_guest.S new file mode 100644 index 0000000..0dfe98f --- /dev/null +++ b/test/kvm-step_guest.S @@ -0,0 +1,18 @@ +#include "cachepc/const.h" + +#define TARGET_SET 15 + +.global guest_start +.global guest_stop + +guest_start: + mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx + mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx + mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx + mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx + mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx + mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx + mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %rbx + jmp guest_start +guest_stop: + |
