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

syscalls.h (454B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __ASM_SH_SYSCALLS_H
      3#define __ASM_SH_SYSCALLS_H
      4
      5asmlinkage int old_mmap(unsigned long addr, unsigned long len,
      6			unsigned long prot, unsigned long flags,
      7			int fd, unsigned long off);
      8asmlinkage long sys_mmap2(unsigned long addr, unsigned long len,
      9			  unsigned long prot, unsigned long flags,
     10			  unsigned long fd, unsigned long pgoff);
     11
     12#include <asm/syscalls_32.h>
     13
     14#endif /* __ASM_SH_SYSCALLS_H */