Searched refs:VM_FLUSH_RESET_PERMS (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dvmalloc.h28 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed in atomic context */ macro
246 vm->flags |= VM_FLUSH_RESET_PERMS;
/linux-master/arch/powerpc/kernel/
H A Dmodule.c104 VM_FLUSH_RESET_PERMS,
/linux-master/arch/riscv/kernel/probes/
H A Dkprobes.c112 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE,
/linux-master/arch/x86/kernel/
H A Dmodule.c79 VM_FLUSH_RESET_PERMS | VM_DEFER_KMEMLEAK,
/linux-master/arch/arm64/kernel/probes/
H A Dkprobes.c135 GFP_KERNEL, PAGE_KERNEL_ROX, VM_FLUSH_RESET_PERMS,
/linux-master/arch/x86/hyperv/
H A Dhv_init.c536 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE,
/linux-master/arch/s390/kernel/
H A Dmodule.c67 VM_FLUSH_RESET_PERMS | VM_DEFER_KMEMLEAK,
/linux-master/arch/riscv/kernel/
H A Dmodule.c913 PAGE_KERNEL, VM_FLUSH_RESET_PERMS,
/linux-master/mm/
H A Dvmalloc.c662 if (WARN_ON_ONCE(area->flags & VM_FLUSH_RESET_PERMS))
3329 if (unlikely(vm->flags & VM_FLUSH_RESET_PERMS))
3401 if (WARN_ON_ONCE(flags & VM_FLUSH_RESET_PERMS))
/linux-master/kernel/module/
H A Dmain.c1616 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS,

Completed in 213 milliseconds