| /OK3568_Linux_fs/kernel/arch/hexagon/mm/ |
| H A D | vm_fault.c | 44 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | fault.c | 102 flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | fault.c | 74 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/microblaze/mm/ |
| H A D | fault.c | 94 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/alpha/mm/ |
| H A D | fault.c | 93 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/openrisc/mm/ |
| H A D | fault.c | 54 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/nios2/mm/ |
| H A D | fault.c | 51 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | fault.c | 73 unsigned int flags = FAULT_FLAG_DEFAULT; in ia64_do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/mm/ |
| H A D | fault.c | 45 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | fault.c | 196 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | fault.c | 82 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | fault.c | 47 unsigned int flags = FAULT_FLAG_DEFAULT; in __do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | trap.c | 32 unsigned int flags = FAULT_FLAG_DEFAULT; in handle_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/parisc/mm/ |
| H A D | fault.c | 278 flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | fault.c | 394 unsigned int flags = FAULT_FLAG_DEFAULT; in __do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | fault.c | 400 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | fault_32.c | 170 unsigned int flags = FAULT_FLAG_DEFAULT; in do_sparc_fault()
|
| H A D | fault_64.c | 273 unsigned int flags = FAULT_FLAG_DEFAULT; in do_sparc64_fault()
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | fault.c | 246 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | fault.c | 429 flags = FAULT_FLAG_DEFAULT; in do_exception()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | fault.c | 533 unsigned int mm_flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | fault.c | 1234 unsigned int flags = FAULT_FLAG_DEFAULT; in do_user_addr_fault()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 484 #define FAULT_FLAG_DEFAULT (FAULT_FLAG_ALLOW_RETRY | \ macro
|