logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

mman.h (413B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. #ifndef _ASM_X86_MMAN_H
  3. #define _ASM_X86_MMAN_H
  4. #define MAP_32BIT 0x40 /* only give out 32bit addresses */
  5. #define MAP_ABOVE4G 0x80 /* only map above 4GB */
  6. /* Flags for map_shadow_stack(2) */
  7. #define SHADOW_STACK_SET_TOKEN (1ULL << 0) /* Set up a restore token in the shadow stack */
  8. #include <asm-generic/mman.h>
  9. #endif /* _ASM_X86_MMAN_H */