cachepc

Prime+Probe cache-based side-channel attack on AMD SEV-SNP protected virtual machines
git clone https://git.sinitax.com/sinitax/cachepc
Log | Files | Refs | Submodules | README | sfeed.txt

kvm-eviction-with_guest.S (192B)


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