| /linux-6.15/arch/riscv/mm/ |
| H A D | fault.c | 355 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in handle_page_fault() 412 if (fault & VM_FAULT_COMPLETED) in handle_page_fault()
|
| /linux-6.15/arch/powerpc/mm/ |
| H A D | copro_fault.c | 60 if (*flt & VM_FAULT_COMPLETED) in copro_handle_mm_fault()
|
| H A D | fault.c | 505 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in ___do_page_fault() 555 if (fault & VM_FAULT_COMPLETED) in ___do_page_fault()
|
| /linux-6.15/arch/hexagon/mm/ |
| H A D | vm_fault.c | 93 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | fault.c | 299 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in do_exception() 328 if (fault & VM_FAULT_COMPLETED) in do_exception()
|
| /linux-6.15/arch/m68k/mm/ |
| H A D | fault.c | 151 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/arc/mm/ |
| H A D | fault.c | 145 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/alpha/mm/ |
| H A D | fault.c | 154 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/microblaze/mm/ |
| H A D | fault.c | 230 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/nios2/mm/ |
| H A D | fault.c | 133 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | fault.c | 329 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in do_page_fault() 380 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/openrisc/mm/ |
| H A D | fault.c | 175 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/xtensa/mm/ |
| H A D | fault.c | 168 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/csky/mm/ |
| H A D | fault.c | 277 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/loongarch/mm/ |
| H A D | fault.c | 266 if (fault & VM_FAULT_COMPLETED) in __do_page_fault()
|
| /linux-6.15/arch/mips/mm/ |
| H A D | fault.c | 159 if (fault & VM_FAULT_COMPLETED) in __do_page_fault()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | trap.c | 82 if (fault & VM_FAULT_COMPLETED) in handle_page_fault()
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | fault_32.c | 188 if (fault & VM_FAULT_COMPLETED) in do_sparc_fault()
|
| H A D | fault_64.c | 440 if (fault & VM_FAULT_COMPLETED) in do_sparc64_fault()
|
| /linux-6.15/arch/parisc/mm/ |
| H A D | fault.c | 329 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/include/linux/ |
| H A D | mm_types.h | 1448 VM_FAULT_COMPLETED = (__force vm_fault_t)0x004000, enumerator 1473 { VM_FAULT_COMPLETED, "COMPLETED" }
|
| /linux-6.15/arch/sh/mm/ |
| H A D | fault.c | 476 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | fault.c | 648 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in do_page_fault() 700 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | fault.c | 1338 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in do_user_addr_fault() 1403 if (fault & VM_FAULT_COMPLETED) in do_user_addr_fault()
|
| /linux-6.15/mm/ |
| H A D | gup.c | 1195 if (ret & VM_FAULT_COMPLETED) { in faultin_page() 1655 if (ret & VM_FAULT_COMPLETED) { in fixup_user_fault()
|