Home
last modified time | relevance | path

Searched refs:VM_FAULT_COMPLETED (Results 1 – 22 of 22) sorted by relevance

/linux/arch/riscv/mm/
H A Dfault.c303 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in handle_page_fault()
360 if (fault & VM_FAULT_COMPLETED) in handle_page_fault()
/linux/arch/hexagon/mm/
H A Dvm_fault.c93 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/powerpc/mm/
H A Dcopro_fault.c62 if (*flt & VM_FAULT_COMPLETED) in copro_handle_mm_fault()
/linux/arch/m68k/mm/
H A Dfault.c151 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/arc/mm/
H A Dfault.c145 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/arm/mm/
H A Dfault.c329 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in do_page_fault()
380 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/alpha/mm/
H A Dfault.c154 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/nios2/mm/
H A Dfault.c133 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/microblaze/mm/
H A Dfault.c230 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/openrisc/mm/
H A Dfault.c175 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/xtensa/mm/
H A Dfault.c168 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/csky/mm/
H A Dfault.c277 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/loongarch/mm/
H A Dfault.c266 if (fault & VM_FAULT_COMPLETED) in __do_page_fault()
/linux/arch/mips/mm/
H A Dfault.c159 if (fault & VM_FAULT_COMPLETED) in __do_page_fault()
/linux/arch/um/kernel/
H A Dtrap.c81 if (fault & VM_FAULT_COMPLETED) in handle_page_fault()
/linux/include/linux/
H A Dmm_types.h1345 VM_FAULT_COMPLETED = (__force vm_fault_t)0x004000, enumerator
1370 { VM_FAULT_COMPLETED, "COMPLETED" }
/linux/arch/parisc/mm/
H A Dfault.c329 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/arch/sparc/mm/
H A Dfault_32.c188 if (fault & VM_FAULT_COMPLETED) in do_sparc_fault()
H A Dfault_64.c440 if (fault & VM_FAULT_COMPLETED) in do_sparc64_fault()
/linux/arch/sh/mm/
H A Dfault.c476 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
/linux/mm/
H A Dgup.c1198 if (ret & VM_FAULT_COMPLETED) { in faultin_page()
1658 if (ret & VM_FAULT_COMPLETED) { in fixup_user_fault()
H A Dmemory.c3236 return VM_FAULT_COMPLETED; in fault_dirty_shared_page()