blob: c4d05ccfe9925f9ce5fdabddf9bc770b654a3e42 [file] [log] [blame]
Nick Kralevicha67e4de2013-01-14 11:28:26 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
Ben Cheng655a7c02013-10-16 16:09:24 -070019#ifndef _UAPILINUX_KERNEL_PAGE_FLAGS_H
20#define _UAPILINUX_KERNEL_PAGE_FLAGS_H
21#define KPF_LOCKED 0
22#define KPF_ERROR 1
Nick Kralevicha67e4de2013-01-14 11:28:26 -080023/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070024#define KPF_REFERENCED 2
25#define KPF_UPTODATE 3
26#define KPF_DIRTY 4
27#define KPF_LRU 5
Nick Kralevicha67e4de2013-01-14 11:28:26 -080028/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070029#define KPF_ACTIVE 6
30#define KPF_SLAB 7
31#define KPF_WRITEBACK 8
32#define KPF_RECLAIM 9
Nick Kralevicha67e4de2013-01-14 11:28:26 -080033/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070034#define KPF_BUDDY 10
35#define KPF_MMAP 11
36#define KPF_ANON 12
37#define KPF_SWAPCACHE 13
Nick Kralevicha67e4de2013-01-14 11:28:26 -080038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070039#define KPF_SWAPBACKED 14
40#define KPF_COMPOUND_HEAD 15
41#define KPF_COMPOUND_TAIL 16
42#define KPF_HUGE 17
Nick Kralevicha67e4de2013-01-14 11:28:26 -080043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070044#define KPF_UNEVICTABLE 18
45#define KPF_HWPOISON 19
46#define KPF_NOPAGE 20
47#define KPF_KSM 21
Nick Kralevicha67e4de2013-01-14 11:28:26 -080048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -070049#define KPF_THP 22
Nick Kralevicha67e4de2013-01-14 11:28:26 -080050#endif