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

mman.h (214B)


      1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
      2#ifndef TOOLS_ARCH_X86_UAPI_ASM_MMAN_FIX_H
      3#define TOOLS_ARCH_X86_UAPI_ASM_MMAN_FIX_H
      4#define MAP_32BIT	0x40
      5#include <uapi/asm-generic/mman.h>
      6#endif