Searched refs:VM_FLUSH_RESET_PERMS (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | vmalloc.h | 28 #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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | module.c | 104 VM_FLUSH_RESET_PERMS, in __module_alloc()
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | kprobes.c | 111 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in alloc_insn_page()
|
/openbmc/linux/arch/arm64/kernel/probes/ |
H A D | kprobes.c | 135 GFP_KERNEL, PAGE_KERNEL_ROX, VM_FLUSH_RESET_PERMS, in alloc_insn_page()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | module.c | 79 VM_FLUSH_RESET_PERMS | VM_DEFER_KMEMLEAK, in module_alloc()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_init.c | 535 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in hyperv_init()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | module.c | 443 PAGE_KERNEL, VM_FLUSH_RESET_PERMS, in module_alloc()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | module.c | 67 VM_FLUSH_RESET_PERMS | VM_DEFER_KMEMLEAK, in module_alloc()
|
/openbmc/linux/mm/ |
H A D | vmalloc.c | 2848 if (unlikely(vm->flags & VM_FLUSH_RESET_PERMS)) in vfree() 2922 if (WARN_ON_ONCE(flags & VM_FLUSH_RESET_PERMS)) in vmap()
|
/openbmc/linux/kernel/module/ |
H A D | main.c | 1616 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, in module_alloc()
|