/Linux-v4.19/drivers/dax/ |
D | device.c | 260 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/ |
D | drm_vm.c | 173 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/ |
D | vkms_gem.c | 59 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/ |
D | ttm_bo_vm.c | 84 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/ |
D | vma.c | 48 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/ |
D | context.c | 145 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/ |
D | context.c | 96 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()
|
D | sysfs.c | 74 return VM_FAULT_SIGBUS; in global_mmio_fault()
|
/Linux-v4.19/drivers/gpu/drm/vgem/ |
D | vgem_drv.c | 70 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/ |
D | fb_defio.c | 48 return VM_FAULT_SIGBUS; in fb_deferred_io_fault() 52 return VM_FAULT_SIGBUS; in fb_deferred_io_fault()
|
/Linux-v4.19/include/linux/ |
D | oom.h | 94 return VM_FAULT_SIGBUS; in check_stable_address_space()
|
D | userfaultfd_k.h | 83 return VM_FAULT_SIGBUS; in handle_userfault()
|
D | mm.h | 1256 #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/ |
D | file.c | 358 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/ |
D | fault_32.c | 248 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/ |
D | vm_fault.c | 142 if (fault & VM_FAULT_SIGBUS) { in do_page_fault()
|
/Linux-v4.19/fs/nilfs2/ |
D | file.c | 54 return VM_FAULT_SIGBUS; /* -ENOSPC */ in nilfs_page_mkwrite()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | copro_fault.c | 85 } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { in copro_handle_mm_fault()
|
/Linux-v4.19/arch/m68k/mm/ |
D | fault.c | 149 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
/Linux-v4.19/arch/alpha/mm/ |
D | fault.c | 161 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
/Linux-v4.19/arch/microblaze/mm/ |
D | fault.c | 228 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
/Linux-v4.19/arch/arc/mm/ |
D | fault.c | 185 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
/Linux-v4.19/arch/openrisc/mm/ |
D | fault.c | 176 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
/Linux-v4.19/arch/riscv/mm/ |
D | fault.c | 136 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
/Linux-v4.19/arch/nios2/mm/ |
D | fault.c | 145 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|