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

unistd.h (501B)


      1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
      2
      3#define __ARCH_WANT_STAT64
      4#define __ARCH_WANT_NEW_STAT
      5#define __ARCH_WANT_SYS_CLONE
      6#define __ARCH_WANT_SYS_CLONE3
      7#define __ARCH_WANT_SET_GET_RLIMIT
      8#define __ARCH_WANT_TIME32_SYSCALLS
      9#include <asm-generic/unistd.h>
     10
     11#define __NR_set_thread_area	(__NR_arch_specific_syscall + 0)
     12__SYSCALL(__NR_set_thread_area, sys_set_thread_area)
     13#define __NR_cacheflush		(__NR_arch_specific_syscall + 1)
     14__SYSCALL(__NR_cacheflush, sys_cacheflush)