]> git.proxmox.com Git - mirror_qemu.git/blame - linux-headers/asm-x86/mman.h
linux-headers: Update to Linux v6.6-rc1
[mirror_qemu.git] / linux-headers / asm-x86 / mman.h
CommitLineData
8cf108c5
ZY
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _ASM_X86_MMAN_H
3#define _ASM_X86_MMAN_H
4
5#define MAP_32BIT 0x40 /* only give out 32bit addresses */
da3c22c7 6#define MAP_ABOVE4G 0x80 /* only map above 4GB */
8cf108c5 7
da3c22c7
TH
8/* Flags for map_shadow_stack(2) */
9#define SHADOW_STACK_SET_TOKEN (1ULL << 0) /* Set up a restore token in the shadow stack */
8cf108c5
ZY
10
11#include <asm-generic/mman.h>
12
13#endif /* _ASM_X86_MMAN_H */