diff options
Diffstat (limited to 'test/kvm-pagestep_guest.S')
| -rw-r--r-- | test/kvm-pagestep_guest.S | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/kvm-pagestep_guest.S b/test/kvm-pagestep_guest.S new file mode 100644 index 0000000..ef826ad --- /dev/null +++ b/test/kvm-pagestep_guest.S @@ -0,0 +1,19 @@ +#include "cachepc/const.h" + +#define TARGET_SET 15 + +.global guest_start +.global guest_stop + +.align(16) +.code16gcc + +guest_start: +.rept L1_SIZE + nop +.endr + + mov $0x00, %ax + jmp *%ax +guest_stop: + |
