Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dvmalloc.h27 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed … macro
243 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
/linux-6.1.9/arch/powerpc/kernel/
Dmodule.c104 VM_FLUSH_RESET_PERMS, in __module_alloc()
/linux-6.1.9/arch/riscv/kernel/probes/
Dkprobes.c91 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in alloc_insn_page()
/linux-6.1.9/arch/arm64/kernel/probes/
Dkprobes.c135 GFP_KERNEL, PAGE_KERNEL_ROX, VM_FLUSH_RESET_PERMS, in alloc_insn_page()
/linux-6.1.9/arch/x86/hyperv/
Dhv_init.c435 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in hyperv_init()
/linux-6.1.9/drivers/remoteproc/
Dqcom_q6v5_mss.c937 unsigned long flags = VM_DMA_COHERENT | VM_FLUSH_RESET_PERMS; in q6v5_mpss_init_image()
/linux-6.1.9/kernel/module/
Dmain.c1613 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, in module_alloc()
/linux-6.1.9/mm/
Dvmalloc.c2630 int flush_reset = area->flags & VM_FLUSH_RESET_PERMS; in vm_remove_mappings()