Lines Matching refs:vm_flags
29 pgprot_t pgprot, unsigned long vm_flags) in execmem_vmalloc() argument
39 vm_flags |= VM_DEFER_KMEMLEAK; in execmem_vmalloc()
41 if (vm_flags & VM_ALLOW_HUGE_VMAP) in execmem_vmalloc()
45 pgprot, vm_flags, NUMA_NO_NODE, in execmem_vmalloc()
51 pgprot, vm_flags, NUMA_NO_NODE, in execmem_vmalloc()
85 pgprot_t pgprot, unsigned long vm_flags) in execmem_vmalloc() argument
286 unsigned long vm_flags = VM_ALLOW_HUGE_VMAP; in execmem_cache_populate() local
293 p = execmem_vmalloc(range, alloc_size, PAGE_KERNEL, vm_flags); in execmem_cache_populate()
296 p = execmem_vmalloc(range, alloc_size, PAGE_KERNEL, vm_flags); in execmem_cache_populate()
468 unsigned long vm_flags = VM_FLUSH_RESET_PERMS; in execmem_alloc() local
477 p = execmem_vmalloc(range, size, pgprot, vm_flags); in execmem_alloc()