Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Darena.c283 return VM_FAULT_SIGSEGV; in arena_vm_fault()
287 return VM_FAULT_SIGSEGV; in arena_vm_fault()
293 return VM_FAULT_SIGSEGV; in arena_vm_fault()
300 return VM_FAULT_SIGSEGV; in arena_vm_fault()
/linux-6.15/arch/powerpc/mm/
H A Dcopro_fault.c67 } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { in copro_handle_mm_fault()
H A Dfault.c190 else if (fault & VM_FAULT_SIGSEGV) in mm_fault_error()
/linux-6.15/arch/m68k/mm/
H A Dfault.c157 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/linux-6.15/arch/arc/mm/
H A Dfault.c80 vm_fault_t fault = VM_FAULT_SIGSEGV; /* handle_mm_fault() output */ in do_page_fault()
/linux-6.15/arch/alpha/mm/
H A Dfault.c160 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/linux-6.15/include/linux/
H A Dmm_types.h1441 VM_FAULT_SIGSEGV = (__force vm_fault_t)0x000040, enumerator
1457 VM_FAULT_SIGSEGV | VM_FAULT_HWPOISON | \
1466 { VM_FAULT_SIGSEGV, "SIGSEGV" }, \
H A Dmm.h3714 if (vm_fault & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) in vm_fault_to_errno()
/linux-6.15/arch/microblaze/mm/
H A Dfault.c236 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/linux-6.15/arch/nios2/mm/
H A Dfault.c139 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/linux-6.15/arch/openrisc/mm/
H A Dfault.c181 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/linux-6.15/arch/xtensa/mm/
H A Dfault.c174 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/linux-6.15/arch/loongarch/mm/
H A Dfault.c284 } else if (fault & VM_FAULT_SIGSEGV) { in __do_page_fault()
/linux-6.15/arch/mips/mm/
H A Dfault.c165 else if (fault & VM_FAULT_SIGSEGV) in __do_page_fault()
/linux-6.15/arch/um/kernel/
H A Dtrap.c88 } else if (fault & VM_FAULT_SIGSEGV) { in handle_page_fault()
/linux-6.15/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()
/linux-6.15/arch/parisc/mm/
H A Dfault.c340 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
/linux-6.15/arch/sh/mm/
H A Dfault.c349 else if (fault & VM_FAULT_SIGSEGV) in mm_fault_error()
/linux-6.15/arch/riscv/mm/
H A Dfault.c132 } else if (fault & VM_FAULT_SIGSEGV) { in mm_fault_error()
/linux-6.15/arch/s390/mm/
H A Dfault.c343 } else if (fault & VM_FAULT_SIGSEGV) { in do_exception()
/linux-6.15/arch/x86/mm/
H A Dfault.c1446 else if (fault & VM_FAULT_SIGSEGV) in do_user_addr_fault()
/linux-6.15/mm/
H A Dmemory.c4197 return VM_FAULT_SIGSEGV; in handle_pte_marker()
6237 return VM_FAULT_SIGSEGV; in sanitize_fault_flags()
6247 return VM_FAULT_SIGSEGV; in sanitize_fault_flags()
6251 return VM_FAULT_SIGSEGV; in sanitize_fault_flags()
6261 return VM_FAULT_SIGSEGV; in sanitize_fault_flags()
6291 ret = VM_FAULT_SIGSEGV; in handle_mm_fault()
H A Dksm.c651 } while (!(ret & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | VM_FAULT_OOM))); in break_ksm()
H A Dhugetlb.c6712 ret = VM_FAULT_SIGSEGV; in hugetlb_fault()