Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvmalloc.h29 #define VM_FLUSH_RESET_PERMS 0x00000100 /* Reset direct map and flush TLB on unmap */ macro
169 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
/Linux-v5.4/arch/powerpc/mm/kasan/
Dkasan_init_32.c174 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, in module_alloc()
/Linux-v5.4/mm/
Dvmalloc.c2184 int flush_reset = area->flags & VM_FLUSH_RESET_PERMS; in vm_remove_mappings()
2690 GFP_KERNEL, PAGE_KERNEL_EXEC, VM_FLUSH_RESET_PERMS, in vmalloc_exec()