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 (388B)


      1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
      2/*
      3 * Based on <asm-i386/mman.h>.
      4 *
      5 * Modified 1998-2000, 2002
      6 *	David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
      7 */
      8#ifndef _UAPI_ASM_IA64_MMAN_H
      9#define _UAPI_ASM_IA64_MMAN_H
     10
     11
     12#include <asm-generic/mman.h>
     13
     14#define MAP_GROWSUP	0x0200		/* register stack-like segment */
     15
     16
     17#endif /* _UAPI_ASM_IA64_MMAN_H */