Home
last modified time | relevance | path

Searched refs:VM_FAULT_MAJOR (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dfault.c149 if (flt & VM_FAULT_MAJOR) in spufs_handle_class1()
154 if (flt & VM_FAULT_MAJOR) in spufs_handle_class1()
/openbmc/linux/include/linux/
H A Dmm_types.h1214 VM_FAULT_MAJOR = (__force vm_fault_t)0x000004, enumerator
1239 { VM_FAULT_MAJOR, "MAJOR" }, \
/openbmc/linux/arch/powerpc/mm/
H A Dfault.c539 major |= fault & VM_FAULT_MAJOR; in ___do_page_fault()
/openbmc/linux/fs/
H A Ddax.c1769 ret |= VM_FAULT_MAJOR; in dax_iomap_pte_fault()
/openbmc/linux/fs/ceph/
H A Daddr.c1667 ret = VM_FAULT_MAJOR | VM_FAULT_LOCKED; in ceph_filemap_fault()
/openbmc/linux/mm/
H A Dmemory.c3880 ret = VM_FAULT_MAJOR; in do_swap_page()
5216 * is VM_FAULT_MAJOR, or if it retried (which implies that we couldn't in mm_account_fault()
5219 major = (ret & VM_FAULT_MAJOR) || (flags & FAULT_FLAG_TRIED); in mm_account_fault()
H A Dfilemap.c3325 ret = VM_FAULT_MAJOR; in filemap_fault()
H A Dshmem.c1868 *fault_type |= VM_FAULT_MAJOR; in shmem_swapin_folio()