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-without_guest.S (119B)


      1#include "test/kvm-eviction.h"
      2#include "cachepc/const.h"
      3
      4.text
      5.align(16)
      6.code16gcc
      7
      8guest:
      9    hlt
     10
     11    jmp guest
     12