Lines Matching +full:0 +full:x020000
21 #define PROT_READ 0x1
22 #define PROT_WRITE 0x2
23 #define PROT_EXEC 0x4
24 #define PROT_SEM 0x8
25 #define PROT_NONE 0x0
26 #define PROT_GROWSDOWN 0x01000000
27 #define PROT_GROWSUP 0x02000000
28 #define MAP_TYPE 0x0f
29 #define MAP_FIXED 0x10
30 #define MAP_ANONYMOUS 0x20
31 #define MAP_POPULATE 0x008000
32 #define MAP_NONBLOCK 0x010000
33 #define MAP_STACK 0x020000
34 #define MAP_HUGETLB 0x040000
35 #define MAP_SYNC 0x080000
36 #define MAP_FIXED_NOREPLACE 0x100000
37 #define MAP_UNINITIALIZED 0x4000000
38 #define MLOCK_ONFAULT 0x01
42 #define MADV_NORMAL 0
63 #define MAP_FILE 0
64 #define PKEY_DISABLE_ACCESS 0x1
65 #define PKEY_DISABLE_WRITE 0x2