Home
last modified time | relevance | path

Searched refs:VM_FLUSH_RESET_PERMS (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dvmalloc.h28 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed … macro
185 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule.c96 PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in module_alloc()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Dkprobes.c115 GFP_KERNEL, PAGE_KERNEL_ROX, VM_FLUSH_RESET_PERMS, in alloc_insn_page()
/OK3568_Linux_fs/kernel/arch/x86/hyperv/
H A Dhv_init.c408 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in hyperv_init()
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c2205 int flush_reset = area->flags & VM_FLUSH_RESET_PERMS; in vm_remove_mappings()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2884 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, in module_alloc()