summaryrefslogtreecommitdiffstats
path: root/test/kvm-step_guest.S
blob: 0dfe98f60a1671a4f862f46aab960391ca4502fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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: