Home
last modified time | relevance | path

Searched refs:VM_FAULT_SIGSEGV (Results 1 – 25 of 25) sorted by relevance

/openbmc/linux/include/linux/
H A Dmm_types.h1187 VM_FAULT_SIGSEGV = (__force vm_fault_t)0x000040, enumerator
1203 VM_FAULT_SIGSEGV | VM_FAULT_HWPOISON | \
1212 { VM_FAULT_SIGSEGV, "SIGSEGV" }, \
H A Dmm.h3542 if (vm_fault & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) in vm_fault_to_errno()
/openbmc/linux/arch/powerpc/mm/
H A Dcopro_fault.c69 } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { in copro_handle_mm_fault()
H A Dfault.c183 else if (fault & VM_FAULT_SIGSEGV) in mm_fault_error()
/openbmc/linux/arch/m68k/mm/
H A Dfault.c155 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/openbmc/linux/arch/arc/mm/
H A Dfault.c80 vm_fault_t fault = VM_FAULT_SIGSEGV; /* handle_mm_fault() output */ in do_page_fault()
/openbmc/linux/arch/alpha/mm/
H A Dfault.c160 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/openbmc/linux/arch/ia64/mm/
H A Dfault.c159 } else if (fault & VM_FAULT_SIGSEGV) { in ia64_do_page_fault()
/openbmc/linux/arch/microblaze/mm/
H A Dfault.c236 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/openbmc/linux/arch/nios2/mm/
H A Dfault.c139 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/openbmc/linux/arch/openrisc/mm/
H A Dfault.c181 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/openbmc/linux/arch/loongarch/mm/
H A Dfault.c243 } else if (fault & VM_FAULT_SIGSEGV) { in __do_page_fault()
/openbmc/linux/arch/xtensa/mm/
H A Dfault.c174 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/openbmc/linux/arch/mips/mm/
H A Dfault.c164 else if (fault & VM_FAULT_SIGSEGV) in __do_page_fault()
/openbmc/linux/arch/riscv/mm/
H A Dfault.c80 } else if (fault & VM_FAULT_SIGSEGV) { in mm_fault_error()
/openbmc/linux/arch/um/kernel/
H A Dtrap.c87 } else if (fault & VM_FAULT_SIGSEGV) { in handle_page_fault()
/openbmc/linux/arch/sparc/mm/
H A Dfault_32.c194 else if (fault & VM_FAULT_SIGSEGV) in do_sparc_fault()
H A Dfault_64.c446 else if (fault & VM_FAULT_SIGSEGV) in do_sparc64_fault()
/openbmc/linux/arch/parisc/mm/
H A Dfault.c340 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/openbmc/linux/arch/sh/mm/
H A Dfault.c349 else if (fault & VM_FAULT_SIGSEGV) in mm_fault_error()
/openbmc/linux/arch/s390/mm/
H A Dfault.c328 } else if (fault & VM_FAULT_SIGSEGV) { in do_fault_error()
/openbmc/linux/arch/x86/mm/
H A Dfault.c1431 else if (fault & VM_FAULT_SIGSEGV) in do_user_addr_fault()
/openbmc/linux/mm/
H A Dmemory.c5264 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 Dksm.c504 } while (!(ret & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | VM_FAULT_OOM))); in break_ksm()
H A Dhugetlb.c5592 return VM_FAULT_SIGSEGV; in hugetlb_wp()