Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dvmalloc.h28 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed … macro
241 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
/Linux-v6.6/arch/powerpc/kernel/
Dmodule.c104 VM_FLUSH_RESET_PERMS, in __module_alloc()
/Linux-v6.6/arch/riscv/kernel/probes/
Dkprobes.c112 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in alloc_insn_page()
/Linux-v6.6/arch/arm64/kernel/probes/
Dkprobes.c135 GFP_KERNEL, PAGE_KERNEL_ROX, VM_FLUSH_RESET_PERMS, in alloc_insn_page()
/Linux-v6.6/arch/x86/kernel/
Dmodule.c79 VM_FLUSH_RESET_PERMS | VM_DEFER_KMEMLEAK, in module_alloc()
/Linux-v6.6/arch/x86/hyperv/
Dhv_init.c519 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in hyperv_init()
/Linux-v6.6/arch/s390/kernel/
Dmodule.c67 VM_FLUSH_RESET_PERMS | VM_DEFER_KMEMLEAK, in module_alloc()
/Linux-v6.6/mm/
Dvmalloc.c2831 if (unlikely(vm->flags & VM_FLUSH_RESET_PERMS)) in vfree()
2903 if (WARN_ON_ONCE(flags & VM_FLUSH_RESET_PERMS)) in vmap()
/Linux-v6.6/kernel/module/
Dmain.c1616 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, in module_alloc()