Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | #ifndef LINUX_KERNEL_PAGE_FLAGS_H |
| 3 | #define LINUX_KERNEL_PAGE_FLAGS_H |
| 4 | |
| 5 | #include <uapi/linux/kernel-page-flags.h> |
| 6 | |
| 7 | |
| 8 | /* kernel hacking assistances |
| 9 | * WARNING: subject to change, never rely on them! |
| 10 | */ |
| 11 | #define KPF_RESERVED 32 |
| 12 | #define KPF_MLOCKED 33 |
| 13 | #define KPF_MAPPEDTODISK 34 |
| 14 | #define KPF_PRIVATE 35 |
| 15 | #define KPF_PRIVATE_2 36 |
| 16 | #define KPF_OWNER_PRIVATE 37 |
| 17 | #define KPF_ARCH 38 |
| 18 | #define KPF_UNCACHED 39 |
| 19 | #define KPF_SOFTDIRTY 40 |
Olivier Deprez | 157378f | 2022-04-04 15:47:50 +0200 | [diff] [blame^] | 20 | #define KPF_ARCH_2 41 |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 21 | |
| 22 | #endif /* LINUX_KERNEL_PAGE_FLAGS_H */ |