Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
kernel-page-flags.h
Go to the documentation of this file.
1 #ifndef LINUX_KERNEL_PAGE_FLAGS_H
2 #define LINUX_KERNEL_PAGE_FLAGS_H
3 
5 
6 
7 /* kernel hacking assistances
8  * WARNING: subject to change, never rely on them!
9  */
10 #define KPF_RESERVED 32
11 #define KPF_MLOCKED 33
12 #define KPF_MAPPEDTODISK 34
13 #define KPF_PRIVATE 35
14 #define KPF_PRIVATE_2 36
15 #define KPF_OWNER_PRIVATE 37
16 #define KPF_ARCH 38
17 #define KPF_UNCACHED 39
18 
19 #endif /* LINUX_KERNEL_PAGE_FLAGS_H */