| /linux-6.15/kernel/bpf/ |
| H A D | arena.c | 283 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 D | copro_fault.c | 67 } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { in copro_handle_mm_fault()
|
| H A D | fault.c | 190 else if (fault & VM_FAULT_SIGSEGV) in mm_fault_error()
|
| /linux-6.15/arch/m68k/mm/ |
| H A D | fault.c | 157 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
| /linux-6.15/arch/arc/mm/ |
| H A D | fault.c | 80 vm_fault_t fault = VM_FAULT_SIGSEGV; /* handle_mm_fault() output */ in do_page_fault()
|
| /linux-6.15/arch/alpha/mm/ |
| H A D | fault.c | 160 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
| /linux-6.15/include/linux/ |
| H A D | mm_types.h | 1441 VM_FAULT_SIGSEGV = (__force vm_fault_t)0x000040, enumerator 1457 VM_FAULT_SIGSEGV | VM_FAULT_HWPOISON | \ 1466 { VM_FAULT_SIGSEGV, "SIGSEGV" }, \
|
| H A D | mm.h | 3714 if (vm_fault & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) in vm_fault_to_errno()
|
| /linux-6.15/arch/microblaze/mm/ |
| H A D | fault.c | 236 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
| /linux-6.15/arch/nios2/mm/ |
| H A D | fault.c | 139 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
| /linux-6.15/arch/openrisc/mm/ |
| H A D | fault.c | 181 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
| /linux-6.15/arch/xtensa/mm/ |
| H A D | fault.c | 174 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
| /linux-6.15/arch/loongarch/mm/ |
| H A D | fault.c | 284 } else if (fault & VM_FAULT_SIGSEGV) { in __do_page_fault()
|
| /linux-6.15/arch/mips/mm/ |
| H A D | fault.c | 165 else if (fault & VM_FAULT_SIGSEGV) in __do_page_fault()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | trap.c | 88 } else if (fault & VM_FAULT_SIGSEGV) { in handle_page_fault()
|
| /linux-6.15/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()
|
| /linux-6.15/arch/parisc/mm/ |
| H A D | fault.c | 340 else if (fault & VM_FAULT_SIGSEGV) in do_page_fault()
|
| /linux-6.15/arch/sh/mm/ |
| H A D | fault.c | 349 else if (fault & VM_FAULT_SIGSEGV) in mm_fault_error()
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | fault.c | 132 } else if (fault & VM_FAULT_SIGSEGV) { in mm_fault_error()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | fault.c | 343 } else if (fault & VM_FAULT_SIGSEGV) { in do_exception()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | fault.c | 1446 else if (fault & VM_FAULT_SIGSEGV) in do_user_addr_fault()
|
| /linux-6.15/mm/ |
| H A D | memory.c | 4197 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 D | ksm.c | 651 } while (!(ret & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | VM_FAULT_OOM))); in break_ksm()
|
| H A D | hugetlb.c | 6712 ret = VM_FAULT_SIGSEGV; in hugetlb_fault()
|