blob: 08b365cc68fe6156e4a1e35509d89a6c081c05f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "test/kvm-eviction.h"
#include "cachepc/const.h"
.text
.align(16)
.code16gcc
guest:
mov $(L1_LINESIZE * (L1_SETS + TARGET_SET)), %bx
movb (%bx), %bl
hlt
jmp guest
|