cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

page.h (98B)


      1#include <xen/arm/page.h>
      2
      3static inline bool xen_kernel_unmapped_at_usr(void)
      4{
      5	return false;
      6}