Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmalloc.h30 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed … macro
302 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
/linux/arch/x86/hyperv/
H A Dhv_init.c528 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in hyperv_init()
/linux/mm/
H A Dvmalloc.c753 if (WARN_ON_ONCE(area->flags & VM_FLUSH_RESET_PERMS)) in check_sparse_vm_area()
3507 if (unlikely(vm->flags & VM_FLUSH_RESET_PERMS)) in vfree()
3568 if (WARN_ON_ONCE(flags & VM_FLUSH_RESET_PERMS)) in vmap()
4403 !(vm->flags & (VM_FLUSH_RESET_PERMS | VM_USERMAP)) && in vrealloc_node_align_noprof()