Home
last modified time | relevance | path

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

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