/openbmc/linux/drivers/dax/ |
H A D | device.c | 112 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault() 117 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault() 121 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault() 126 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault() 147 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 152 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 156 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 163 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 169 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 192 return VM_FAULT_SIGBUS; in __dev_dax_pud_fault() [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_vm.c | 180 return VM_FAULT_SIGBUS; /* Disallow mremap */ in drm_vm_fault() 185 return VM_FAULT_SIGBUS; in drm_vm_fault() 208 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_shm_fault() 214 return VM_FAULT_SIGBUS; in drm_vm_shm_fault() 310 return VM_FAULT_SIGBUS; /* Error */ in drm_vm_dma_fault() 312 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_dma_fault() 347 return VM_FAULT_SIGBUS; /* Error */ in drm_vm_sg_fault() 349 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_sg_fault()
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vma.c | 68 return VM_FAULT_SIGBUS; in vdso_fault() 136 return VM_FAULT_SIGBUS; in vvar_fault() 149 return VM_FAULT_SIGBUS; in vvar_fault() 199 return VM_FAULT_SIGBUS; in vvar_fault() 205 return VM_FAULT_SIGBUS; in vvar_fault()
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_bo_vm.c | 77 return (err != -ERESTARTSYS) ? VM_FAULT_SIGBUS : in ttm_bo_vm_fault_idle() 155 return VM_FAULT_SIGBUS; in ttm_bo_vm_reserve() 208 return VM_FAULT_SIGBUS; in ttm_bo_vm_fault_reserved() 216 return VM_FAULT_SIGBUS; in ttm_bo_vm_fault_reserved() 234 return VM_FAULT_SIGBUS; in ttm_bo_vm_fault_reserved()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | context.c | 141 return VM_FAULT_SIGBUS; in cxl_mmap_fault() 145 return VM_FAULT_SIGBUS; in cxl_mmap_fault() 165 return VM_FAULT_SIGBUS; in cxl_mmap_fault()
|
/openbmc/linux/drivers/misc/ocxl/ |
H A D | context.c | 106 return VM_FAULT_SIGBUS; in map_afu_irq() 119 return VM_FAULT_SIGBUS; in map_pp_mmio() 126 return VM_FAULT_SIGBUS; in map_pp_mmio()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | vdso.c | 72 return VM_FAULT_SIGBUS; in vvar_fault() 81 return VM_FAULT_SIGBUS; in vvar_fault()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | vdso.c | 104 return VM_FAULT_SIGBUS; in vvar_fault() 109 return VM_FAULT_SIGBUS; in vvar_fault()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | vdso.c | 153 return VM_FAULT_SIGBUS; in vvar_fault() 158 return VM_FAULT_SIGBUS; in vvar_fault()
|
/openbmc/linux/arch/x86/kernel/cpu/sgx/ |
H A D | encl.c | 330 vm_fault_t vmret = VM_FAULT_SIGBUS; in sgx_encl_eaug_page() 340 return VM_FAULT_SIGBUS; in sgx_encl_eaug_page() 411 return VM_FAULT_SIGBUS; in sgx_encl_eaug_page() 447 return VM_FAULT_SIGBUS; in sgx_vma_fault() 469 return VM_FAULT_SIGBUS; in sgx_vma_fault() 478 return VM_FAULT_SIGBUS; in sgx_vma_fault()
|
/openbmc/linux/include/linux/ |
H A D | oom.h | 96 return VM_FAULT_SIGBUS; in check_stable_address_space()
|
H A D | mm_types.h | 1213 VM_FAULT_SIGBUS = (__force vm_fault_t)0x000002, enumerator 1232 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | \ 1238 { VM_FAULT_SIGBUS, "SIGBUS" }, \
|
/openbmc/linux/fs/kernfs/ |
H A D | file.c | 376 return VM_FAULT_SIGBUS; in kernfs_vma_fault() 379 return VM_FAULT_SIGBUS; in kernfs_vma_fault() 381 ret = VM_FAULT_SIGBUS; in kernfs_vma_fault() 396 return VM_FAULT_SIGBUS; in kernfs_vma_page_mkwrite() 399 return VM_FAULT_SIGBUS; in kernfs_vma_page_mkwrite()
|
/openbmc/linux/arch/powerpc/platforms/book3s/ |
H A D | vas-api.c | 410 return VM_FAULT_SIGBUS; in vas_mmap_fault() 425 return VM_FAULT_SIGBUS; in vas_mmap_fault() 464 return VM_FAULT_SIGBUS; in vas_mmap_fault()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | fault_32.c | 196 else if (fault & VM_FAULT_SIGBUS) in do_sparc_fault() 328 case VM_FAULT_SIGBUS: in force_user_fault()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fb_defio.c | 102 return VM_FAULT_SIGBUS; in fb_deferred_io_fault() 106 return VM_FAULT_SIGBUS; in fb_deferred_io_fault()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | vdso.c | 155 return VM_FAULT_SIGBUS; in vvar_fault() 160 return VM_FAULT_SIGBUS; in vvar_fault()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | vdso.c | 177 return VM_FAULT_SIGBUS; in vvar_fault() 182 return VM_FAULT_SIGBUS; in vvar_fault()
|
/openbmc/linux/arch/hexagon/mm/ |
H A D | vm_fault.c | 120 if (fault & VM_FAULT_SIGBUS) { in do_page_fault()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_xive_native.c | 252 return VM_FAULT_SIGBUS; in xive_native_esb_fault() 260 return VM_FAULT_SIGBUS; in xive_native_esb_fault() 277 return VM_FAULT_SIGBUS; in xive_native_esb_fault() 295 return VM_FAULT_SIGBUS; in xive_native_tima_fault() 301 return VM_FAULT_SIGBUS; in xive_native_tima_fault()
|
/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()
|
/openbmc/linux/fs/nilfs2/ |
H A D | file.c | 54 return VM_FAULT_SIGBUS; /* -ENOSPC */ in nilfs_page_mkwrite()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_page_dirty.c | 398 ret = VM_FAULT_SIGBUS; in vmw_bo_vm_mkwrite() 443 ret = VM_FAULT_SIGBUS; in vmw_bo_vm_fault()
|
/openbmc/linux/arch/m68k/mm/ |
H A D | fault.c | 157 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
/openbmc/linux/arch/arc/mm/ |
H A D | fault.c | 176 if (fault & VM_FAULT_SIGBUS) { in do_page_fault()
|