Searched refs:VM_FLUSH_RESET_PERMS (Results 1 – 4 of 4) sorted by relevance
30 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed … macro302 vm->flags |= VM_FLUSH_RESET_PERMS; in set_vm_flush_reset_perms()
527 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE, in hyperv_init()
465 unsigned long vm_flags = VM_FLUSH_RESET_PERMS; in execmem_alloc()
730 if (WARN_ON_ONCE(area->flags & VM_FLUSH_RESET_PERMS)) in check_sparse_vm_area()3466 if (unlikely(vm->flags & VM_FLUSH_RESET_PERMS)) in vfree()3541 if (WARN_ON_ONCE(flags & VM_FLUSH_RESET_PERMS)) in vmap()