Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/dax/
Ddevice.c260 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault()
266 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault()
270 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault()
275 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault()
294 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault()
300 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault()
306 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault()
310 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault()
317 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault()
323 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault()
[all …]
/Linux-v4.19/drivers/gpu/drm/
Ddrm_vm.c173 return VM_FAULT_SIGBUS; /* Disallow mremap */ in drm_vm_fault()
178 return VM_FAULT_SIGBUS; in drm_vm_fault()
201 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_shm_fault()
207 return VM_FAULT_SIGBUS; in drm_vm_shm_fault()
305 return VM_FAULT_SIGBUS; /* Error */ in drm_vm_dma_fault()
307 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_dma_fault()
342 return VM_FAULT_SIGBUS; /* Error */ in drm_vm_sg_fault()
344 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_sg_fault()
/Linux-v4.19/drivers/gpu/drm/vkms/
Dvkms_gem.c59 return VM_FAULT_SIGBUS; in vkms_gem_fault()
90 ret = VM_FAULT_SIGBUS; in vkms_gem_fault()
94 ret = VM_FAULT_SIGBUS; in vkms_gem_fault()
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo_vm.c84 ret = (err != -ERESTARTSYS) ? VM_FAULT_SIGBUS : in ttm_bo_vm_fault_idle()
163 ret = VM_FAULT_SIGBUS; in ttm_bo_vm_fault()
177 ret = VM_FAULT_SIGBUS; in ttm_bo_vm_fault()
204 ret = VM_FAULT_SIGBUS; in ttm_bo_vm_fault()
214 ret = VM_FAULT_SIGBUS; in ttm_bo_vm_fault()
/Linux-v4.19/arch/x86/entry/vdso/
Dvma.c48 return VM_FAULT_SIGBUS; in vdso_fault()
95 return VM_FAULT_SIGBUS; in vvar_fault()
108 return VM_FAULT_SIGBUS; in vvar_fault()
134 return VM_FAULT_SIGBUS; in vvar_fault()
/Linux-v4.19/drivers/misc/cxl/
Dcontext.c145 return VM_FAULT_SIGBUS; in cxl_mmap_fault()
149 return VM_FAULT_SIGBUS; in cxl_mmap_fault()
169 return VM_FAULT_SIGBUS; in cxl_mmap_fault()
/Linux-v4.19/drivers/misc/ocxl/
Dcontext.c96 return VM_FAULT_SIGBUS; in map_afu_irq()
109 return VM_FAULT_SIGBUS; in map_pp_mmio()
116 return VM_FAULT_SIGBUS; in map_pp_mmio()
Dsysfs.c74 return VM_FAULT_SIGBUS; in global_mmio_fault()
/Linux-v4.19/drivers/gpu/drm/vgem/
Dvgem_drv.c70 vm_fault_t ret = VM_FAULT_SIGBUS; in vgem_gem_fault()
78 return VM_FAULT_SIGBUS; in vgem_gem_fault()
106 ret = VM_FAULT_SIGBUS; in vgem_gem_fault()
110 ret = VM_FAULT_SIGBUS; in vgem_gem_fault()
/Linux-v4.19/drivers/video/fbdev/core/
Dfb_defio.c48 return VM_FAULT_SIGBUS; in fb_deferred_io_fault()
52 return VM_FAULT_SIGBUS; in fb_deferred_io_fault()
/Linux-v4.19/include/linux/
Doom.h94 return VM_FAULT_SIGBUS; in check_stable_address_space()
Duserfaultfd_k.h83 return VM_FAULT_SIGBUS; in handle_userfault()
Dmm.h1256 #define VM_FAULT_SIGBUS 0x0002 macro
1272 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV | \
1278 { VM_FAULT_SIGBUS, "SIGBUS" }, \
1421 return VM_FAULT_SIGBUS; in handle_mm_fault()
2505 return VM_FAULT_SIGBUS; in vmf_insert_page()
2518 return VM_FAULT_SIGBUS; in vmf_insert_mixed()
2531 return VM_FAULT_SIGBUS; in vmf_insert_pfn()
2540 return VM_FAULT_SIGBUS; in vmf_error()
2578 if (vm_fault & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) in vm_fault_to_errno()
/Linux-v4.19/fs/kernfs/
Dfile.c358 return VM_FAULT_SIGBUS; in kernfs_vma_fault()
361 return VM_FAULT_SIGBUS; in kernfs_vma_fault()
363 ret = VM_FAULT_SIGBUS; in kernfs_vma_fault()
378 return VM_FAULT_SIGBUS; in kernfs_vma_page_mkwrite()
381 return VM_FAULT_SIGBUS; in kernfs_vma_page_mkwrite()
/Linux-v4.19/arch/sparc/mm/
Dfault_32.c248 else if (fault & VM_FAULT_SIGBUS) in do_sparc_fault()
409 case VM_FAULT_SIGBUS: in force_user_fault()
/Linux-v4.19/arch/hexagon/mm/
Dvm_fault.c142 if (fault & VM_FAULT_SIGBUS) { in do_page_fault()
/Linux-v4.19/fs/nilfs2/
Dfile.c54 return VM_FAULT_SIGBUS; /* -ENOSPC */ in nilfs_page_mkwrite()
/Linux-v4.19/arch/powerpc/mm/
Dcopro_fault.c85 } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { in copro_handle_mm_fault()
/Linux-v4.19/arch/m68k/mm/
Dfault.c149 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/Linux-v4.19/arch/alpha/mm/
Dfault.c161 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/Linux-v4.19/arch/microblaze/mm/
Dfault.c228 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/Linux-v4.19/arch/arc/mm/
Dfault.c185 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/Linux-v4.19/arch/openrisc/mm/
Dfault.c176 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/Linux-v4.19/arch/riscv/mm/
Dfault.c136 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/Linux-v4.19/arch/nios2/mm/
Dfault.c145 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()

1234