1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef LINUX_KERNEL_PAGE_FLAGS_H 1 #ifndef LINUX_KERNEL_PAGE_FLAGS_H 3 #define LINUX_KERNEL_PAGE_FLAGS_H 2 #define LINUX_KERNEL_PAGE_FLAGS_H 4 3 5 #include <uapi/linux/kernel-page-flags.h> 4 #include <uapi/linux/kernel-page-flags.h> 6 5 7 6 8 /* kernel hacking assistances 7 /* kernel hacking assistances 9 * WARNING: subject to change, never rely on t 8 * WARNING: subject to change, never rely on them! 10 */ 9 */ 11 #define KPF_RESERVED 32 10 #define KPF_RESERVED 32 12 #define KPF_MLOCKED 33 11 #define KPF_MLOCKED 33 13 #define KPF_OWNER_2 34 !! 12 #define KPF_MAPPEDTODISK 34 14 #define KPF_PRIVATE 35 13 #define KPF_PRIVATE 35 15 #define KPF_PRIVATE_2 36 14 #define KPF_PRIVATE_2 36 16 #define KPF_OWNER_PRIVATE 37 15 #define KPF_OWNER_PRIVATE 37 17 #define KPF_ARCH 38 16 #define KPF_ARCH 38 18 #define KPF_SOFTDIRTY 40 !! 17 #define KPF_UNCACHED 39 19 #define KPF_ARCH_2 41 << 20 #define KPF_ARCH_3 42 << 21 18 22 #endif /* LINUX_KERNEL_PAGE_FLAGS_H */ 19 #endif /* LINUX_KERNEL_PAGE_FLAGS_H */ 23 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.