Home
last modified time | relevance | path

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

/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()
/linux/arch/loongarch/mm/
H A Dfault.c259 if (fault & VM_FAULT_MAJOR) in __do_page_fault()
/linux/arch/riscv/mm/
H A Dfault.c371 if (fault & VM_FAULT_MAJOR) in handle_page_fault()
/linux/include/linux/
H A Dmm_types.h1699 VM_FAULT_MAJOR = (__force vm_fault_t)0x000004, enumerator
1724 { (__force u32)VM_FAULT_MAJOR, "MAJOR" }, \
/linux/arch/arm/mm/
H A Dfault.c418 if (fault & VM_FAULT_MAJOR) in do_page_fault()
/linux/arch/arm64/mm/
H A Dfault.c722 if (fault & VM_FAULT_MAJOR) in do_page_fault()
/linux/fs/
H A Ddax.c1959 ret |= VM_FAULT_MAJOR; in dax_iomap_pte_fault()
/linux/fs/ceph/
H A Daddr.c2067 ret = VM_FAULT_MAJOR | VM_FAULT_LOCKED; in ceph_filemap_fault()
/linux/mm/
H A Dmemory.c4988 ret = VM_FAULT_MAJOR; in do_swap_page()
6757 major = (ret & VM_FAULT_MAJOR) || (flags & FAULT_FLAG_TRIED); in mm_account_fault()
H A Dfilemap.c3596 ret = VM_FAULT_MAJOR; in filemap_fault()
H A Dshmem.c2317 *fault_type |= VM_FAULT_MAJOR; in shmem_swapin_folio()