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

/linux-master/include/linux/
H A Dvmalloc.h30 #define VM_FLUSH_RESET_PERMS 0x00000100 /* reset direct map and flush TLB on unmap, can't be freed in atomic context */ macro
276 vm->flags |= VM_FLUSH_RESET_PERMS;
/linux-master/mm/
H A Dexecmem.c20 unsigned long vm_flags = VM_FLUSH_RESET_PERMS;
H A Dvmalloc.c670 if (WARN_ON_ONCE(area->flags & VM_FLUSH_RESET_PERMS))
3335 if (unlikely(vm->flags & VM_FLUSH_RESET_PERMS))
3407 if (WARN_ON_ONCE(flags & VM_FLUSH_RESET_PERMS))
/linux-master/arch/x86/hyperv/
H A Dhv_init.c536 VM_FLUSH_RESET_PERMS, NUMA_NO_NODE,

Completed in 155 milliseconds