Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_EXEC (Results 1 – 2 of 2) sorted by relevance

/mm/
Dnommu.c378 #ifndef PAGE_KERNEL_EXEC
379 # define PAGE_KERNEL_EXEC PAGE_KERNEL macro
396 return __vmalloc(size, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC); in vmalloc_exec()
Dvmalloc.c1805 #ifndef PAGE_KERNEL_EXEC
1806 # define PAGE_KERNEL_EXEC PAGE_KERNEL macro
1823 return __vmalloc_node(size, 1, GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC, in vmalloc_exec()