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

common.h (177B)


      1#ifndef COMMON_H_
      2#define COMMON_H_
      3
      4extern int hugetlbfs_test;
      5
      6unsigned long default_huge_page_size(void);
      7int sys_memfd_create(const char *name, unsigned int flags);
      8
      9#endif