• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef _UAPILINUX_KERNEL_PAGE_FLAGS_H
7 #define _UAPILINUX_KERNEL_PAGE_FLAGS_H
8 #define KPF_LOCKED		0
9 #define KPF_ERROR		1
10 #define KPF_REFERENCED		2
11 #define KPF_UPTODATE		3
12 #define KPF_DIRTY		4
13 #define KPF_LRU			5
14 #define KPF_ACTIVE		6
15 #define KPF_SLAB		7
16 #define KPF_WRITEBACK		8
17 #define KPF_RECLAIM		9
18 #define KPF_BUDDY		10
19 #define KPF_MMAP		11
20 #define KPF_ANON		12
21 #define KPF_SWAPCACHE		13
22 #define KPF_SWAPBACKED		14
23 #define KPF_COMPOUND_HEAD	15
24 #define KPF_COMPOUND_TAIL	16
25 #define KPF_HUGE		17
26 #define KPF_UNEVICTABLE		18
27 #define KPF_HWPOISON		19
28 #define KPF_NOPAGE		20
29 #define KPF_KSM			21
30 #define KPF_THP			22
31 #define KPF_BALLOON		23
32 #define KPF_ZERO_PAGE		24
33 #define KPF_IDLE		25
34 #define KPF_PGTABLE		26
35 #endif
36