diff options
Diffstat (limited to 'test/kvm-pagestep_guest.S')
| -rw-r--r-- | test/kvm-pagestep_guest.S | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/kvm-pagestep_guest.S b/test/kvm-pagestep_guest.S index b40d230..45d77ba 100644 --- a/test/kvm-pagestep_guest.S +++ b/test/kvm-pagestep_guest.S @@ -11,6 +11,17 @@ guest: nop .endr +# instruction on page boundary test + nop +.rept 2 +.rept L1_LINESIZE * L1_SETS - 2 + nop +.endr + cpuid # two byte instruction +.endr +# --------------------------------- + +# speculation on conditional jump test mov $0x01, %bx cmp $0x00, %bx @@ -19,6 +30,7 @@ guest: nop .endr skip: +# ----------------------------------- jmp guest |
