| /Linux-v5.4/drivers/dax/ |
| D | device.c | 87 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault() 93 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault() 97 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault() 102 return VM_FAULT_SIGBUS; in __dev_dax_pte_fault() 121 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 127 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 133 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 137 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 144 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() 150 return VM_FAULT_SIGBUS; in __dev_dax_pmd_fault() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/vkms/ |
| D | vkms_gem.c | 50 vm_fault_t ret = VM_FAULT_SIGBUS; in vkms_gem_fault() 56 return VM_FAULT_SIGBUS; in vkms_gem_fault() 86 ret = VM_FAULT_SIGBUS; in vkms_gem_fault() 90 ret = VM_FAULT_SIGBUS; in vkms_gem_fault()
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_vm.c | 186 return VM_FAULT_SIGBUS; /* Disallow mremap */ in drm_vm_fault() 191 return VM_FAULT_SIGBUS; in drm_vm_fault() 214 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_shm_fault() 220 return VM_FAULT_SIGBUS; in drm_vm_shm_fault() 318 return VM_FAULT_SIGBUS; /* Error */ in drm_vm_dma_fault() 320 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_dma_fault() 355 return VM_FAULT_SIGBUS; /* Error */ in drm_vm_sg_fault() 357 return VM_FAULT_SIGBUS; /* Nothing allocated */ in drm_vm_sg_fault()
|
| /Linux-v5.4/arch/x86/entry/vdso/ |
| D | vma.c | 48 return VM_FAULT_SIGBUS; in vdso_fault() 94 return VM_FAULT_SIGBUS; in vvar_fault() 107 return VM_FAULT_SIGBUS; in vvar_fault() 128 return VM_FAULT_SIGBUS; in vvar_fault()
|
| /Linux-v5.4/drivers/gpu/drm/ttm/ |
| D | ttm_bo_vm.c | 84 ret = (err != -ERESTARTSYS) ? VM_FAULT_SIGBUS : in ttm_bo_vm_fault_idle() 159 ret = VM_FAULT_SIGBUS; in ttm_bo_vm_fault() 175 ret = VM_FAULT_SIGBUS; in ttm_bo_vm_fault() 209 ret = VM_FAULT_SIGBUS; in ttm_bo_vm_fault() 219 ret = VM_FAULT_SIGBUS; in ttm_bo_vm_fault()
|
| /Linux-v5.4/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_mman.c | 235 return VM_FAULT_SIGBUS; in i915_gem_fault() 346 return VM_FAULT_SIGBUS; in i915_gem_fault() 368 return VM_FAULT_SIGBUS; in i915_gem_fault() 371 return VM_FAULT_SIGBUS; in i915_gem_fault()
|
| /Linux-v5.4/drivers/misc/cxl/ |
| 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()
|
| /Linux-v5.4/include/linux/ |
| D | mm_types.h | 679 VM_FAULT_SIGBUS = (__force vm_fault_t)0x000002, enumerator 698 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | \ 704 { VM_FAULT_SIGBUS, "SIGBUS" }, \
|
| D | oom.h | 104 return VM_FAULT_SIGBUS; in check_stable_address_space()
|
| D | userfaultfd_k.h | 85 return VM_FAULT_SIGBUS; in handle_userfault()
|
| /Linux-v5.4/drivers/gpu/drm/vgem/ |
| D | vgem_drv.c | 77 vm_fault_t ret = VM_FAULT_SIGBUS; in vgem_gem_fault() 85 return VM_FAULT_SIGBUS; in vgem_gem_fault() 113 ret = VM_FAULT_SIGBUS; in vgem_gem_fault() 117 ret = VM_FAULT_SIGBUS; in vgem_gem_fault()
|
| /Linux-v5.4/drivers/misc/ocxl/ |
| D | context.c | 104 return VM_FAULT_SIGBUS; in map_afu_irq() 117 return VM_FAULT_SIGBUS; in map_pp_mmio() 124 return VM_FAULT_SIGBUS; in map_pp_mmio()
|
| /Linux-v5.4/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-v5.4/fs/kernfs/ |
| D | file.c | 357 return VM_FAULT_SIGBUS; in kernfs_vma_fault() 360 return VM_FAULT_SIGBUS; in kernfs_vma_fault() 362 ret = VM_FAULT_SIGBUS; in kernfs_vma_fault() 377 return VM_FAULT_SIGBUS; in kernfs_vma_page_mkwrite() 380 return VM_FAULT_SIGBUS; in kernfs_vma_page_mkwrite()
|
| /Linux-v5.4/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-v5.4/fs/nilfs2/ |
| D | file.c | 54 return VM_FAULT_SIGBUS; /* -ENOSPC */ in nilfs_page_mkwrite()
|
| /Linux-v5.4/arch/hexagon/mm/ |
| D | vm_fault.c | 129 if (fault & VM_FAULT_SIGBUS) { in do_page_fault()
|
| /Linux-v5.4/arch/powerpc/mm/ |
| D | copro_fault.c | 72 } else if (*flt & (VM_FAULT_SIGBUS | VM_FAULT_SIGSEGV)) { in copro_handle_mm_fault()
|
| /Linux-v5.4/arch/arc/mm/ |
| D | fault.c | 187 if (fault & VM_FAULT_SIGBUS) { in do_page_fault()
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_dmem.c | 144 return VM_FAULT_SIGBUS; in nouveau_dmem_fault_copy_one() 162 return VM_FAULT_SIGBUS; in nouveau_dmem_fault_copy_one() 187 return VM_FAULT_SIGBUS; in nouveau_dmem_migrate_to_ram()
|
| /Linux-v5.4/arch/csky/mm/ |
| D | fault.c | 153 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
| /Linux-v5.4/arch/m68k/mm/ |
| D | fault.c | 149 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
| /Linux-v5.4/drivers/xen/ |
| D | privcmd-buf.c | 123 return VM_FAULT_SIGBUS; in privcmd_buf_vma_fault()
|
| /Linux-v5.4/arch/alpha/mm/ |
| D | fault.c | 161 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|
| /Linux-v5.4/arch/microblaze/mm/ |
| D | fault.c | 228 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
|