Home
last modified time | relevance | path

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

1234

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c80 return (err != -ERESTARTSYS) ? VM_FAULT_SIGBUS : in ttm_bo_vm_fault_idle()
158 return VM_FAULT_SIGBUS; in ttm_bo_vm_reserve()
210 return VM_FAULT_SIGBUS; in ttm_bo_vm_fault_reserved()
218 return VM_FAULT_SIGBUS; in ttm_bo_vm_fault_reserved()
235 return VM_FAULT_SIGBUS; in ttm_bo_vm_fault_reserved()
/linux/drivers/misc/ocxl/
H A Dcontext.c106 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()
H A Dsysfs.c116 return VM_FAULT_SIGBUS; in global_mmio_fault()
/linux/arch/sparc/mm/
H A Dfault_32.c196 else if (fault & VM_FAULT_SIGBUS) in do_sparc_fault()
328 case VM_FAULT_SIGBUS: in force_user_fault()
/linux/arch/powerpc/kvm/
H A Dbook3s_xive_native.c252 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()
/linux/arch/hexagon/mm/
H A Dvm_fault.c121 if (fault & VM_FAULT_SIGBUS) { in do_page_fault()
/linux/arch/m68k/mm/
H A Dfault.c159 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/linux/arch/arc/mm/
H A Dfault.c176 if (fault & VM_FAULT_SIGBUS) { in do_page_fault()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c740 return VM_FAULT_SIGBUS; in radeon_bo_fault_reserve_notify()
759 return VM_FAULT_SIGBUS; in radeon_bo_fault_reserve_notify()
765 return VM_FAULT_SIGBUS; in radeon_bo_fault_reserve_notify()
/linux/fs/
H A Ddax.c769 return xa_mk_internal(VM_FAULT_SIGBUS); in grab_mapping_entry()
1801 return VM_FAULT_SIGBUS; in dax_fault_synchronous_pfnp()
1873 return pmd ? VM_FAULT_FALLBACK : VM_FAULT_SIGBUS; in dax_fault_iter()
1924 ret = VM_FAULT_SIGBUS; in dax_iomap_pte_fault()
1955 if (ret != VM_FAULT_SIGBUS && in dax_iomap_pte_fault()
2039 ret = VM_FAULT_SIGBUS; in dax_iomap_pmd_fault()
2191 return VM_FAULT_SIGBUS; in dax_finish_sync_fault()
/linux/arch/alpha/mm/
H A Dfault.c162 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/linux/arch/nios2/mm/
H A Dfault.c141 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/linux/arch/microblaze/mm/
H A Dfault.c238 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/linux/drivers/xen/
H A Dprivcmd-buf.c124 return VM_FAULT_SIGBUS; in privcmd_buf_vma_fault()
/linux/arch/openrisc/mm/
H A Dfault.c183 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_migrate.c973 return VM_FAULT_SIGBUS; in svm_migrate_to_ram()
977 return VM_FAULT_SIGBUS; in svm_migrate_to_ram()
987 r = VM_FAULT_SIGBUS; in svm_migrate_to_ram()
1033 return r ? VM_FAULT_SIGBUS : 0; in svm_migrate_to_ram()
/linux/arch/xtensa/mm/
H A Dfault.c176 else if (fault & VM_FAULT_SIGBUS) in do_page_fault()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c1055 return VM_FAULT_SIGBUS; in vm_fault_ttm()
1063 return VM_FAULT_SIGBUS; in vm_fault_ttm()
1084 return VM_FAULT_SIGBUS; in vm_fault_ttm()
1109 ret = VM_FAULT_SIGBUS; in vm_fault_ttm()
/linux/fs/netfs/
H A Dbuffered_write.c562 ret = VM_FAULT_SIGBUS; in netfs_page_mkwrite()
582 ret = VM_FAULT_SIGBUS; in netfs_page_mkwrite()
/linux/drivers/char/agp/
H A Dalpha-agp.c25 return VM_FAULT_SIGBUS; /* no translation */ in alpha_core_agp_vm_fault()
/linux/arch/csky/mm/
H A Dfault.c88 } else if (fault & VM_FAULT_SIGBUS) { in mm_fault_error()
/linux/drivers/gpu/drm/xe/
H A Dxe_mmio_gem.c227 return VM_FAULT_SIGBUS; in xe_mmio_gem_vm_fault_locked()
/linux/virt/kvm/
H A Dguest_memfd.c365 return VM_FAULT_SIGBUS; in kvm_gmem_release()
368 return VM_FAULT_SIGBUS; in kvm_gmem_release()
379 ret = VM_FAULT_SIGBUS; in kvm_gmem_get_file()
/linux/include/linux/
H A Dmm_types.h1698 VM_FAULT_SIGBUS = (__force vm_fault_t)0x000002, enumerator
1717 #define VM_FAULT_ERROR (VM_FAULT_OOM | VM_FAULT_SIGBUS | \
1723 { (__force u32)VM_FAULT_SIGBUS, "SIGBUS" }, \
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_device.c411 return VM_FAULT_SIGBUS; in panthor_mmio_vm_fault()
425 ret = VM_FAULT_SIGBUS; in panthor_mmio_vm_fault()

1234