Searched refs:VM_FLUSH_RESET_PERMS (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | vmalloc.h | 27 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed … macro 244 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | module.c | 104 VM_FLUSH_RESET_PERMS, in __module_alloc()
|
/linux-6.3-rc2/arch/riscv/kernel/probes/ |
A D | kprobes.c | 112 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in alloc_insn_page()
|
/linux-6.3-rc2/arch/arm64/kernel/probes/ |
A D | kprobes.c | 135 GFP_KERNEL, PAGE_KERNEL_ROX, VM_FLUSH_RESET_PERMS, in alloc_insn_page()
|
/linux-6.3-rc2/arch/x86/hyperv/ |
A D | hv_init.c | 435 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in hyperv_init()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | module.c | 79 VM_FLUSH_RESET_PERMS | VM_DEFER_KMEMLEAK, in module_alloc()
|
/linux-6.3-rc2/mm/ |
A D | vmalloc.c | 2731 if (unlikely(vm->flags & VM_FLUSH_RESET_PERMS)) in vfree() 2803 if (WARN_ON_ONCE(flags & VM_FLUSH_RESET_PERMS)) in vmap()
|
/linux-6.3-rc2/kernel/module/ |
A D | main.c | 1611 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, in module_alloc()
|
Completed in 29 milliseconds