/openbmc/linux/include/linux/ |
H A D | mm_types.h | 1187 VM_FAULT_SIGSEGV = (__force vm_fault_t)0x000040, enumerator 1203 VM_FAULT_SIGSEGV | VM_FAULT_HWPOISON | \ 1212 { VM_FAULT_SIGSEGV, "SIGSEGV" }, \
|
H A D | mm.h | 3542 if (vm_fault & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) in vm_fault_to_errno()
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | copro_fault.c | 69 } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { in copro_handle_mm_fault()
|
H A D | fault.c | 183 else if (fault & VM_FAULT_SIGSEGV) in mm_fault_error()
|
/openbmc/linux/arch/m68k/mm/ |
H A D | fault.c | 155 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
/openbmc/linux/arch/arc/mm/ |
H A D | fault.c | 80 vm_fault_t fault = VM_FAULT_SIGSEGV; /* handle_mm_fault() output */ in do_page_fault()
|
/openbmc/linux/arch/alpha/mm/ |
H A D | fault.c | 160 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | fault.c | 159 } else if (fault & VM_FAULT_SIGSEGV) { in ia64_do_page_fault()
|
/openbmc/linux/arch/microblaze/mm/ |
H A D | fault.c | 236 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
/openbmc/linux/arch/nios2/mm/ |
H A D | fault.c | 139 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
/openbmc/linux/arch/openrisc/mm/ |
H A D | fault.c | 181 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | fault.c | 243 } else if (fault & VM_FAULT_SIGSEGV) { in __do_page_fault()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | fault.c | 174 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
/openbmc/linux/arch/mips/mm/ |
H A D | fault.c | 164 else if (fault & VM_FAULT_SIGSEGV) in __do_page_fault()
|
/openbmc/linux/arch/riscv/mm/ |
H A D | fault.c | 80 } else if (fault & VM_FAULT_SIGSEGV) { in mm_fault_error()
|
/openbmc/linux/arch/um/kernel/ |
H A D | trap.c | 87 } else if (fault & VM_FAULT_SIGSEGV) { in handle_page_fault()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | fault_32.c | 194 else if (fault & VM_FAULT_SIGSEGV) in do_sparc_fault()
|
H A D | fault_64.c | 446 else if (fault & VM_FAULT_SIGSEGV) in do_sparc64_fault()
|
/openbmc/linux/arch/parisc/mm/ |
H A D | fault.c | 340 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
/openbmc/linux/arch/sh/mm/ |
H A D | fault.c | 349 else if (fault & VM_FAULT_SIGSEGV) in mm_fault_error()
|
/openbmc/linux/arch/s390/mm/ |
H A D | fault.c | 328 } else if (fault & VM_FAULT_SIGSEGV) { in do_fault_error()
|
/openbmc/linux/arch/x86/mm/ |
H A D | fault.c | 1431 else if (fault & VM_FAULT_SIGSEGV) in do_user_addr_fault()
|
/openbmc/linux/mm/ |
H A D | memory.c | 5264 return VM_FAULT_SIGSEGV; in sanitize_fault_flags() 5274 return VM_FAULT_SIGSEGV; in sanitize_fault_flags() 5278 return VM_FAULT_SIGSEGV; in sanitize_fault_flags() 5288 return VM_FAULT_SIGSEGV; in sanitize_fault_flags() 5316 ret = VM_FAULT_SIGSEGV; in handle_mm_fault()
|
H A D | ksm.c | 504 } while (!(ret & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | VM_FAULT_OOM))); in break_ksm()
|
H A D | hugetlb.c | 5592 return VM_FAULT_SIGSEGV; in hugetlb_wp()
|