Searched refs:VM_FAULT_MAJOR (Results 1 – 8 of 8) sorted by relevance
149 if (flt & VM_FAULT_MAJOR) in spufs_handle_class1()154 if (flt & VM_FAULT_MAJOR) in spufs_handle_class1()
801 VM_FAULT_MAJOR = (__force vm_fault_t)0x000004, enumerator826 { VM_FAULT_MAJOR, "MAJOR" }, \
509 major |= fault & VM_FAULT_MAJOR; in ___do_page_fault()
1481 ret |= VM_FAULT_MAJOR; in dax_iomap_pte_fault()
1419 ret = VM_FAULT_MAJOR | VM_FAULT_LOCKED; in ceph_filemap_fault()
3563 ret = VM_FAULT_MAJOR; in do_swap_page()4729 major = (ret & VM_FAULT_MAJOR) || (flags & FAULT_FLAG_TRIED); in mm_account_fault()
3088 ret = VM_FAULT_MAJOR; in filemap_fault()
1731 *fault_type |= VM_FAULT_MAJOR; in shmem_swapin_page()
Completed in 37 milliseconds