diff options
Diffstat (limited to 'include/linux/vmalloc.h')
-rw-r--r-- | include/linux/vmalloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/vmalloc.h b/include/linux/vmalloc.h index 9b21d0047710..dfa718ffdd4f 100644 --- a/include/linux/vmalloc.h +++ b/include/linux/vmalloc.h | |||
@@ -18,6 +18,7 @@ struct notifier_block; /* in notifier.h */ | |||
18 | #define VM_ALLOC 0x00000002 /* vmalloc() */ | 18 | #define VM_ALLOC 0x00000002 /* vmalloc() */ |
19 | #define VM_MAP 0x00000004 /* vmap()ed pages */ | 19 | #define VM_MAP 0x00000004 /* vmap()ed pages */ |
20 | #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ | 20 | #define VM_USERMAP 0x00000008 /* suitable for remap_vmalloc_range */ |
21 | #define VM_DMA_COHERENT 0x00000010 /* dma_alloc_coherent */ | ||
21 | #define VM_UNINITIALIZED 0x00000020 /* vm_struct is not fully initialized */ | 22 | #define VM_UNINITIALIZED 0x00000020 /* vm_struct is not fully initialized */ |
22 | #define VM_NO_GUARD 0x00000040 /* don't add guard page */ | 23 | #define VM_NO_GUARD 0x00000040 /* don't add guard page */ |
23 | #define VM_KASAN 0x00000080 /* has allocated kasan shadow memory */ | 24 | #define VM_KASAN 0x00000080 /* has allocated kasan shadow memory */ |
@@ -26,6 +27,7 @@ struct notifier_block; /* in notifier.h */ | |||
26 | * vfree_atomic(). | 27 | * vfree_atomic(). |
27 | */ | 28 | */ |
28 | #define VM_FLUSH_RESET_PERMS 0x00000100 /* Reset direct map and flush TLB on unmap */ | 29 | #define VM_FLUSH_RESET_PERMS 0x00000100 /* Reset direct map and flush TLB on unmap */ |
30 | |||
29 | /* bits [20..32] reserved for arch specific ioremap internals */ | 31 | /* bits [20..32] reserved for arch specific ioremap internals */ |
30 | 32 | ||
31 | /* | 33 | /* |