Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dvmalloc.h30 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed … macro
280 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
/linux-6.12.1/mm/
Dexecmem.c20 unsigned long vm_flags = VM_FLUSH_RESET_PERMS; in __execmem_alloc()
Dvmalloc.c670 if (WARN_ON_ONCE(area->flags & VM_FLUSH_RESET_PERMS)) in check_sparse_vm_area()
3350 if (unlikely(vm->flags & VM_FLUSH_RESET_PERMS)) in vfree()
3422 if (WARN_ON_ONCE(flags & VM_FLUSH_RESET_PERMS)) in vmap()
/linux-6.12.1/arch/x86/hyperv/
Dhv_init.c535 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in hyperv_init()