/openbmc/linux/arch/hexagon/mm/ |
H A D | vm_fault.c | 44 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/m68k/mm/ |
H A D | fault.c | 74 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/arc/mm/ |
H A D | fault.c | 109 flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/alpha/mm/ |
H A D | fault.c | 93 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | fault.c | 73 unsigned int flags = FAULT_FLAG_DEFAULT; in ia64_do_page_fault()
|
/openbmc/linux/arch/microblaze/mm/ |
H A D | fault.c | 94 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | fault.c | 51 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/openrisc/mm/ |
H A D | fault.c | 54 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | fault.c | 138 unsigned int flags = FAULT_FLAG_DEFAULT; in __do_page_fault()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 98 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/csky/mm/ |
H A D | fault.c | 193 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/mips/mm/ |
H A D | fault.c | 47 unsigned int flags = FAULT_FLAG_DEFAULT; in __do_page_fault()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | fault.c | 229 unsigned int flags = FAULT_FLAG_DEFAULT; in handle_page_fault()
|
/openbmc/linux/arch/um/kernel/ |
H A D | trap.c | 32 unsigned int flags = FAULT_FLAG_DEFAULT; in handle_page_fault()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | fault_32.c | 121 unsigned int flags = FAULT_FLAG_DEFAULT; in do_sparc_fault()
|
H A D | fault_64.c | 276 unsigned int flags = FAULT_FLAG_DEFAULT; in do_sparc64_fault()
|
/openbmc/linux/arch/parisc/mm/ |
H A D | fault.c | 285 flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/sh/mm/ |
H A D | fault.c | 398 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | fault.c | 410 unsigned int flags = FAULT_FLAG_DEFAULT; in ___do_page_fault()
|
/openbmc/linux/arch/arm/mm/ |
H A D | fault.c | 245 unsigned int flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/s390/mm/ |
H A D | fault.c | 403 flags = FAULT_FLAG_DEFAULT; in do_exception()
|
/openbmc/linux/arch/arm64/mm/ |
H A D | fault.c | 537 unsigned int mm_flags = FAULT_FLAG_DEFAULT; in do_page_fault()
|
/openbmc/linux/arch/x86/mm/ |
H A D | fault.c | 1207 unsigned int flags = FAULT_FLAG_DEFAULT; in do_user_addr_fault()
|
/openbmc/linux/include/linux/ |
H A D | mm.h | 466 #define FAULT_FLAG_DEFAULT (FAULT_FLAG_ALLOW_RETRY | \ macro
|