summaryrefslogtreecommitdiffstats
path: root/test/kvm-pagestep_guest.S
blob: b40d23047d890e2c8f6f2ab24db673bbdd96fd15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include "cachepc/const.h"

#define TARGET_SET 15

.text
.align(16)
.code16gcc

guest:
.rept L1_SIZE
    nop
.endr

    mov $0x01, %bx
    cmp $0x00, %bx

    je skip
.rept L1_LINESIZE * L1_SETS * 2
    nop
.endr
skip:

    jmp guest