/openbmc/linux/arch/riscv/mm/ |
H A D | fault.c | 300 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in handle_page_fault() 355 if (fault & VM_FAULT_COMPLETED) in handle_page_fault()
|
/openbmc/linux/arch/hexagon/mm/ |
H A D | vm_fault.c | 92 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | fault.c | 497 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in ___do_page_fault() 545 if (fault & VM_FAULT_COMPLETED) in ___do_page_fault()
|
H A D | copro_fault.c | 62 if (*flt & VM_FAULT_COMPLETED) in copro_handle_mm_fault()
|
/openbmc/linux/arch/m68k/mm/ |
H A D | fault.c | 149 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/arc/mm/ |
H A D | fault.c | 145 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/alpha/mm/ |
H A D | fault.c | 154 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | fault.c | 148 if (fault & VM_FAULT_COMPLETED) in ia64_do_page_fault()
|
/openbmc/linux/arch/microblaze/mm/ |
H A D | fault.c | 230 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | fault.c | 133 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/openrisc/mm/ |
H A D | fault.c | 175 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | fault.c | 225 if (fault & VM_FAULT_COMPLETED) in __do_page_fault()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 168 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/s390/mm/ |
H A D | fault.c | 420 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in do_exception() 488 if (fault & VM_FAULT_COMPLETED) { in do_exception()
|
/openbmc/linux/arch/csky/mm/ |
H A D | fault.c | 277 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/include/linux/ |
H A D | mm_types.h | 1194 VM_FAULT_COMPLETED = (__force vm_fault_t)0x004000, enumerator 1219 { VM_FAULT_COMPLETED, "COMPLETED" }
|
/openbmc/linux/arch/mips/mm/ |
H A D | fault.c | 158 if (fault & VM_FAULT_COMPLETED) in __do_page_fault()
|
/openbmc/linux/arch/um/kernel/ |
H A D | trap.c | 81 if (fault & VM_FAULT_COMPLETED) in handle_page_fault()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | fault.c | 602 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in do_page_fault() 636 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/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()
|
/openbmc/linux/arch/parisc/mm/ |
H A D | fault.c | 329 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/sh/mm/ |
H A D | fault.c | 476 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|
/openbmc/linux/arch/x86/mm/ |
H A D | fault.c | 1325 if (!(fault & (VM_FAULT_RETRY | VM_FAULT_COMPLETED))) in do_user_addr_fault() 1388 if (fault & VM_FAULT_COMPLETED) in do_user_addr_fault()
|
/openbmc/linux/arch/arm/mm/ |
H A D | fault.c | 308 if (fault & VM_FAULT_COMPLETED) in do_page_fault()
|