53ba2eee52
commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec
Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
[aw: drop pvrdma_ring.h changes to avoid revert of d73415a315
("qemu/atomic.h: rename atomic_ to qatomic_")]
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
11 lines
268 B
C
11 lines
268 B
C
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
|
#ifndef __ASM_MMAN_H
|
|
#define __ASM_MMAN_H
|
|
|
|
#include <asm-generic/mman.h>
|
|
|
|
#define PROT_BTI 0x10 /* BTI guarded page */
|
|
#define PROT_MTE 0x20 /* Normal Tagged mapping */
|
|
|
|
#endif /* ! _UAPI__ASM_MMAN_H */
|