Searched refs:VM_FAULT_MAJOR (Results 1 - 39 of 39) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dfault.c173 if (flt & VM_FAULT_MAJOR) spufs_handle_class1()
178 if (flt & VM_FAULT_MAJOR) spufs_handle_class1()
/linux-4.1.27/fs/ncpfs/
H A Dmmap.c94 return VM_FAULT_MAJOR; ncp_file_mmap_fault()
/linux-4.1.27/arch/powerpc/mm/
H A Dcopro_fault.c90 if (*flt & VM_FAULT_MAJOR) copro_handle_mm_fault()
H A Dfault.c448 if (fault & VM_FAULT_MAJOR) { do_page_fault()
/linux-4.1.27/arch/metag/mm/
H A Dfault.c151 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/hexagon/mm/
H A Dvm_fault.c112 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/m68k/mm/
H A Dfault.c161 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/arc/mm/
H A Dfault.c148 if (fault & VM_FAULT_MAJOR) { do_page_fault()
/linux-4.1.27/arch/unicore32/mm/
H A Dfault.c264 if (fault & VM_FAULT_MAJOR) do_pf()
279 * Handle the "normal" case first - VM_FAULT_MAJOR / VM_FAULT_MINOR do_pf()
/linux-4.1.27/arch/arm64/mm/
H A Dfault.c267 if (fault & VM_FAULT_MAJOR) { do_page_fault()
290 * Handle the "normal" case first - VM_FAULT_MAJOR / VM_FAULT_MINOR do_page_fault()
/linux-4.1.27/arch/arm/mm/
H A Dfault.c328 if (fault & VM_FAULT_MAJOR) { do_page_fault()
349 * Handle the "normal" case first - VM_FAULT_MAJOR / VM_FAULT_MINOR do_page_fault()
/linux-4.1.27/arch/xtensa/mm/
H A Dfault.c127 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/um/kernel/
H A Dtrap.c92 if (fault & VM_FAULT_MAJOR) handle_page_fault()
/linux-4.1.27/arch/score/mm/
H A Dfault.c123 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/mips/mm/
H A Dfault.c173 if (fault & VM_FAULT_MAJOR) { __do_page_fault()
/linux-4.1.27/arch/nios2/mm/
H A Dfault.c155 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/avr32/mm/
H A Dfault.c153 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/frv/mm/
H A Dfault.c177 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/ia64/mm/
H A Dfault.c185 if (fault & VM_FAULT_MAJOR) ia64_do_page_fault()
/linux-4.1.27/arch/alpha/mm/
H A Dfault.c167 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/sh/mm/
H A Dfault.c496 if (fault & VM_FAULT_MAJOR) { do_page_fault()
/linux-4.1.27/arch/sparc/mm/
H A Dfault_32.c260 if (fault & VM_FAULT_MAJOR) { do_sparc_fault()
H A Dfault_64.c457 if (fault & VM_FAULT_MAJOR) { do_sparc64_fault()
/linux-4.1.27/arch/microblaze/mm/
H A Dfault.c235 if (unlikely(fault & VM_FAULT_MAJOR)) do_page_fault()
/linux-4.1.27/arch/mn10300/mm/
H A Dfault.c272 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/openrisc/mm/
H A Dfault.c183 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/parisc/mm/
H A Dfault.c267 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/cris/mm/
H A Dfault.c187 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/m32r/mm/
H A Dfault.c209 if (fault & VM_FAULT_MAJOR) do_page_fault()
/linux-4.1.27/arch/x86/mm/
H A Dfault.c1242 major |= fault & VM_FAULT_MAJOR; __do_page_fault()
1275 * returned VM_FAULT_MAJOR, we account it as a major fault. __do_page_fault()
/linux-4.1.27/arch/s390/mm/
H A Dfault.c472 if (fault & VM_FAULT_MAJOR) { do_exception()
/linux-4.1.27/fs/
H A Ddax.c372 major = VM_FAULT_MAJOR; do_dax_fault()
/linux-4.1.27/mm/
H A Dgup.c296 if (ret & VM_FAULT_MAJOR) faultin_page()
570 if (ret & VM_FAULT_MAJOR) fixup_user_fault()
H A Dshmem.c1090 *fault_type |= VM_FAULT_MAJOR; shmem_getpage_gfp()
1341 if (ret & VM_FAULT_MAJOR) { shmem_fault()
H A Dfilemap.c1896 ret = VM_FAULT_MAJOR; filemap_fault()
H A Dmemory.c2490 ret = VM_FAULT_MAJOR; do_swap_page()
/linux-4.1.27/arch/tile/mm/
H A Dfault.c453 if (fault & VM_FAULT_MAJOR) handle_page_fault()
/linux-4.1.27/fs/ceph/
H A Daddr.c1301 ret = VM_FAULT_MAJOR | VM_FAULT_LOCKED; ceph_filemap_fault()
/linux-4.1.27/include/linux/
H A Dmm.h1042 #define VM_FAULT_MAJOR 0x0004 macro

Completed in 1301 milliseconds