| /OK3568_Linux_fs/kernel/arch/hexagon/mm/ |
| H A D | vm_fault.c | 101 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | fault.c | 147 (flags & FAULT_FLAG_ALLOW_RETRY))) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | fault.c | 156 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/mm/ |
| H A D | fault.c | 235 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/alpha/mm/ |
| H A D | fault.c | 168 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/mm/ |
| H A D | fault.c | 180 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | fault.c | 152 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | fault.c | 171 if (flags & FAULT_FLAG_ALLOW_RETRY) { in ia64_do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | fault.c | 130 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | fault.c | 287 if (unlikely((fault & VM_FAULT_RETRY) && (flags & FAULT_FLAG_ALLOW_RETRY))) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | fault.c | 233 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | fault.c | 171 if (flags & FAULT_FLAG_ALLOW_RETRY) { in __do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | trap.c | 90 if (flags & FAULT_FLAG_ALLOW_RETRY) { in handle_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/parisc/mm/ |
| H A D | fault.c | 327 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | fault.c | 522 if (flags & FAULT_FLAG_ALLOW_RETRY) { in __do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | fault.c | 490 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | fault_32.c | 252 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_sparc_fault()
|
| H A D | fault_64.c | 440 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_sparc64_fault()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | fault.c | 308 if (!(fault & VM_FAULT_ERROR) && flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_page_dirty.c | 409 vmf->flags &= ~FAULT_FLAG_ALLOW_RETRY; in vmw_bo_vm_mkwrite()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 469 #define FAULT_FLAG_ALLOW_RETRY 0x04 macro 484 #define FAULT_FLAG_DEFAULT (FAULT_FLAG_ALLOW_RETRY | \ 502 return (flags & FAULT_FLAG_ALLOW_RETRY) && in fault_flag_allow_retry_first() 509 { FAULT_FLAG_ALLOW_RETRY, "ALLOW_RETRY" }, \
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | gup.c | 911 fault_flags |= FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; in faultin_page() 913 fault_flags |= FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_RETRY_NOWAIT; in faultin_page() 1252 fault_flags |= FAULT_FLAG_ALLOW_RETRY | FAULT_FLAG_KILLABLE; in fixup_user_fault()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | fault.c | 491 if (flags & FAULT_FLAG_ALLOW_RETRY) { in do_exception()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | fault.c | 619 if (mm_flags & FAULT_FLAG_ALLOW_RETRY) { in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | fault.c | 1412 (flags & FAULT_FLAG_ALLOW_RETRY))) { in do_user_addr_fault()
|