/linux-6.8/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm_bo.c | 47 static int __bo_init(struct hmm_bo_device *bdev, struct hmm_buffer_object *bo, in __bo_init() 132 struct hmm_buffer_object *bo; in __bo_search_by_addr() local 157 struct hmm_buffer_object *bo; in __bo_search_by_addr_in_range() local 179 struct hmm_buffer_object *bo) in __bo_insert_to_free_rbtree() 212 struct hmm_buffer_object *bo) in __bo_insert_to_alloc_rbtree() 237 struct hmm_buffer_object *bo, in __bo_break_up() 268 static void __bo_take_off_handling(struct hmm_buffer_object *bo) in __bo_take_off_handling() 309 static struct hmm_buffer_object *__bo_merge(struct hmm_buffer_object *bo, in __bo_merge() 336 struct hmm_buffer_object *bo; in hmm_bo_device_init() local 396 struct hmm_buffer_object *bo, *new_bo; in hmm_bo_alloc() local [all …]
|
D | hmm.c | 52 struct hmm_buffer_object *bo; in bo_show() local 173 struct hmm_buffer_object *bo; in __hmm_alloc() local 232 struct hmm_buffer_object *bo; in hmm_free() local 253 static inline int hmm_check_bo(struct hmm_buffer_object *bo, unsigned int ptr) in hmm_check_bo() 281 struct hmm_buffer_object *bo; in load_and_flush_by_kmap() local 324 struct hmm_buffer_object *bo; in load_and_flush() local 381 struct hmm_buffer_object *bo; in hmm_store() local 464 struct hmm_buffer_object *bo; in hmm_set() local 525 struct hmm_buffer_object *bo; in hmm_virt_to_phys() local 543 struct hmm_buffer_object *bo; in hmm_mmap() local [all …]
|
/linux-6.8/drivers/gpu/drm/qxl/ |
D | qxl_object.c | 37 struct qxl_bo *bo; in qxl_ttm_bo_destroy() local 52 bool qxl_ttm_bo_is_qxl_bo(struct ttm_buffer_object *bo) in qxl_ttm_bo_is_qxl_bo() 115 struct qxl_bo *bo; in qxl_bo_create() local 161 int qxl_bo_vmap_locked(struct qxl_bo *bo, struct iosys_map *map) in qxl_bo_vmap_locked() 194 int qxl_bo_vmap(struct qxl_bo *bo, struct iosys_map *map) in qxl_bo_vmap() 208 struct qxl_bo *bo, int page_offset) in qxl_bo_kmap_atomic_page() 240 void qxl_bo_vunmap_locked(struct qxl_bo *bo) in qxl_bo_vunmap_locked() 254 int qxl_bo_vunmap(struct qxl_bo *bo) in qxl_bo_vunmap() 268 struct qxl_bo *bo, void *pmap) in qxl_bo_kunmap_atomic_page() 280 void qxl_bo_unref(struct qxl_bo **bo) in qxl_bo_unref() [all …]
|
D | qxl_release.c | 124 struct qxl_bo *bo; in qxl_release_free_list() local 163 struct qxl_bo **bo, in qxl_release_bo_alloc() 171 int qxl_release_list_add(struct qxl_release *release, struct qxl_bo *bo) in qxl_release_list_add() 191 static int qxl_release_validate_bo(struct qxl_bo *bo) in qxl_release_validate_bo() 230 struct qxl_bo *bo = to_qxl_bo(entry->tv.bo); in qxl_release_reserve_list() local 258 struct qxl_bo *bo; in qxl_alloc_surface_release_reserved() local 286 struct qxl_bo *bo, *free_bo = NULL; in qxl_alloc_release_reserved() local 385 struct qxl_bo *bo = release->release_bo; in qxl_release_map() local 398 struct qxl_bo *bo = release->release_bo; in qxl_release_unmap() local 407 struct ttm_buffer_object *bo; in qxl_release_fence_buffer_objects() local
|
/linux-6.8/drivers/gpu/drm/ttm/ |
D | ttm_bo.c | 49 static void ttm_bo_mem_space_debug(struct ttm_buffer_object *bo, in ttm_bo_mem_space_debug() 74 void ttm_bo_move_to_lru_tail(struct ttm_buffer_object *bo) in ttm_bo_move_to_lru_tail() 97 void ttm_bo_set_bulk_move(struct ttm_buffer_object *bo, in ttm_bo_set_bulk_move() 115 static int ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, in ttm_bo_handle_move_mem() 177 static void ttm_bo_cleanup_memtype_use(struct ttm_buffer_object *bo) in ttm_bo_cleanup_memtype_use() 186 static int ttm_bo_individualize_resv(struct ttm_buffer_object *bo) in ttm_bo_individualize_resv() 213 static void ttm_bo_flush_all_fences(struct ttm_buffer_object *bo) in ttm_bo_flush_all_fences() 241 static int ttm_bo_cleanup_refs(struct ttm_buffer_object *bo, in ttm_bo_cleanup_refs() 307 struct ttm_buffer_object *bo; in ttm_bo_delayed_delete() local 321 struct ttm_buffer_object *bo = in ttm_bo_release() local [all …]
|
D | ttm_bo_util.c | 42 struct ttm_buffer_object *bo; member 142 int ttm_bo_move_memcpy(struct ttm_buffer_object *bo, in ttm_bo_move_memcpy() 201 static void ttm_transfered_destroy(struct ttm_buffer_object *bo) in ttm_transfered_destroy() 226 static int ttm_buffer_object_transfer(struct ttm_buffer_object *bo, in ttm_buffer_object_transfer() 290 pgprot_t ttm_io_prot(struct ttm_buffer_object *bo, struct ttm_resource *res, in ttm_io_prot() 303 static int ttm_bo_ioremap(struct ttm_buffer_object *bo, in ttm_bo_ioremap() 329 static int ttm_bo_kmap_ttm(struct ttm_buffer_object *bo, in ttm_bo_kmap_ttm() 387 int ttm_bo_kmap(struct ttm_buffer_object *bo, in ttm_bo_kmap() 460 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vmap() 529 void ttm_bo_vunmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vunmap() [all …]
|
D | ttm_bo_vm.c | 41 static vm_fault_t ttm_bo_vm_fault_idle(struct ttm_buffer_object *bo, in ttm_bo_vm_fault_idle() 84 static unsigned long ttm_bo_io_mem_pfn(struct ttm_buffer_object *bo, in ttm_bo_io_mem_pfn() 116 vm_fault_t ttm_bo_vm_reserve(struct ttm_buffer_object *bo, in ttm_bo_vm_reserve() 186 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_fault_reserved() local 294 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_dummy_page() local 325 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_fault() local 352 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_open() local 362 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_close() local 369 static int ttm_bo_vm_access_kmap(struct ttm_buffer_object *bo, in ttm_bo_vm_access_kmap() 411 struct ttm_buffer_object *bo = vma->vm_private_data; in ttm_bo_vm_access() local [all …]
|
/linux-6.8/drivers/gpu/drm/tegra/ |
D | gem.c | 52 static void tegra_bo_put(struct host1x_bo *bo) in tegra_bo_put() 59 static struct host1x_bo_mapping *tegra_bo_pin(struct device *dev, struct host1x_bo *bo, in tegra_bo_pin() 177 static void *tegra_bo_mmap(struct host1x_bo *bo) in tegra_bo_mmap() 203 static void tegra_bo_munmap(struct host1x_bo *bo, void *addr) in tegra_bo_munmap() 217 static struct host1x_bo *tegra_bo_get(struct host1x_bo *bo) in tegra_bo_get() 235 static int tegra_bo_iommu_map(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_map() 278 static int tegra_bo_iommu_unmap(struct tegra_drm *tegra, struct tegra_bo *bo) in tegra_bo_iommu_unmap() 302 struct tegra_bo *bo; in tegra_bo_alloc_object() local 331 static void tegra_bo_free(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_free() 343 static int tegra_bo_get_pages(struct drm_device *drm, struct tegra_bo *bo) in tegra_bo_get_pages() [all …]
|
D | submit.c | 44 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_get() local 53 struct gather_bo *bo = container_of(ref, struct gather_bo, ref); in gather_bo_release() local 62 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_put() local 68 gather_bo_pin(struct device *dev, struct host1x_bo *bo, enum dma_data_direction direction) in gather_bo_pin() 127 struct gather_bo *bo = container_of(host_bo, struct gather_bo, base); in gather_bo_mmap() local 183 struct gather_bo *bo; in submit_copy_gather_data() local 228 static int submit_write_reloc(struct tegra_drm_context *context, struct gather_bo *bo, in submit_write_reloc() 257 static int submit_process_bufs(struct tegra_drm_context *context, struct gather_bo *bo, in submit_process_bufs() 352 struct gather_bo *bo, u32 *offset, in submit_job_add_gather() 393 submit_create_job(struct tegra_drm_context *context, struct gather_bo *bo, in submit_create_job() [all …]
|
/linux-6.8/drivers/gpu/drm/xe/ |
D | xe_bo.c | 82 bool xe_bo_is_vram(struct xe_bo *bo) in xe_bo_is_vram() 88 bool xe_bo_is_stolen(struct xe_bo *bo) in xe_bo_is_stolen() 102 bool xe_bo_is_stolen_devmem(struct xe_bo *bo) in xe_bo_is_stolen_devmem() 108 static bool xe_bo_is_user(struct xe_bo *bo) in xe_bo_is_user() 133 static void try_add_system(struct xe_device *xe, struct xe_bo *bo, in try_add_system() 149 static void add_vram(struct xe_device *xe, struct xe_bo *bo, in add_vram() 185 static void try_add_vram(struct xe_device *xe, struct xe_bo *bo, in try_add_vram() 201 static void try_add_stolen(struct xe_device *xe, struct xe_bo *bo, in try_add_stolen() 217 static int __xe_bo_placement_for_flags(struct xe_device *xe, struct xe_bo *bo, in __xe_bo_placement_for_flags() 248 int xe_bo_placement_for_flags(struct xe_device *xe, struct xe_bo *bo, in xe_bo_placement_for_flags() [all …]
|
D | xe_bo.h | 135 static inline struct xe_bo *ttm_to_xe_bo(const struct ttm_buffer_object *bo) in ttm_to_xe_bo() 145 #define xe_bo_device(bo) ttm_to_xe_device((bo)->ttm.bdev) argument 147 static inline struct xe_bo *xe_bo_get(struct xe_bo *bo) in xe_bo_get() 155 static inline void xe_bo_put(struct xe_bo *bo) in xe_bo_put() 161 static inline void __xe_bo_unset_bulk_move(struct xe_bo *bo) in __xe_bo_unset_bulk_move() 167 static inline void xe_bo_assert_held(struct xe_bo *bo) in xe_bo_assert_held() 177 static inline void xe_bo_unlock_vm_held(struct xe_bo *bo) in xe_bo_unlock_vm_held() 194 static inline bool xe_bo_is_pinned(struct xe_bo *bo) in xe_bo_is_pinned() 199 static inline void xe_bo_unpin_map_no_vm(struct xe_bo *bo) in xe_bo_unpin_map_no_vm() 215 xe_bo_main_addr(struct xe_bo *bo, size_t page_size) in xe_bo_main_addr() [all …]
|
D | xe_dma_buf.c | 51 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_pin() local 83 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_unpin() local 93 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_map() local 148 struct xe_bo *bo = gem_to_xe_bo(dma_buf->priv); in xe_dma_buf_unmap() local 163 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_begin_cpu_access() local 194 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_prime_export() local 213 struct xe_bo *bo; in xe_dma_buf_init_obj() local 236 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_move_notify() local 268 struct xe_bo *bo; in xe_gem_prime_import() local
|
/linux-6.8/drivers/gpu/drm/radeon/ |
D | radeon_object.c | 54 struct radeon_bo *bo; in radeon_ttm_bo_destroy() local 69 bool radeon_ttm_bo_is_radeon_bo(struct ttm_buffer_object *bo) in radeon_ttm_bo_is_radeon_bo() 136 struct radeon_bo *bo; in radeon_bo_create() local 219 int radeon_bo_kmap(struct radeon_bo *bo, void **ptr) in radeon_bo_kmap() 247 void radeon_bo_kunmap(struct radeon_bo *bo) in radeon_bo_kunmap() 256 struct radeon_bo *radeon_bo_ref(struct radeon_bo *bo) in radeon_bo_ref() 265 void radeon_bo_unref(struct radeon_bo **bo) in radeon_bo_unref() 276 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted() 335 int radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr) in radeon_bo_pin() 340 void radeon_bo_unpin(struct radeon_bo *bo) in radeon_bo_unpin() [all …]
|
D | radeon_object.h | 64 static inline int radeon_bo_reserve(struct radeon_bo *bo, bool no_intr) in radeon_bo_reserve() 77 static inline void radeon_bo_unreserve(struct radeon_bo *bo) in radeon_bo_unreserve() 91 static inline u64 radeon_bo_gpu_offset(struct radeon_bo *bo) in radeon_bo_gpu_offset() 110 static inline unsigned long radeon_bo_size(struct radeon_bo *bo) in radeon_bo_size() 115 static inline unsigned radeon_bo_ngpu_pages(struct radeon_bo *bo) in radeon_bo_ngpu_pages() 120 static inline unsigned radeon_bo_gpu_page_alignment(struct radeon_bo *bo) in radeon_bo_gpu_page_alignment() 131 static inline u64 radeon_bo_mmap_offset(struct radeon_bo *bo) in radeon_bo_mmap_offset()
|
D | radeon_prime.c | 39 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_get_sg_table() local 51 struct radeon_bo *bo; in radeon_gem_prime_import_sg_table() local 73 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_pin() local 91 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_unpin() local 108 struct radeon_bo *bo = gem_to_radeon_bo(gobj); in radeon_gem_prime_export() local
|
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.c | 58 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_destroy() local 71 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_user_destroy() local 82 struct amdgpu_bo *shadow_bo = ttm_to_amdgpu_bo(tbo), *bo; in amdgpu_bo_vm_destroy() local 107 bool amdgpu_bo_is_amdgpu_bo(struct ttm_buffer_object *bo) in amdgpu_bo_is_amdgpu_bo() 438 void amdgpu_bo_free_kernel(struct amdgpu_bo **bo, u64 *gpu_addr, in amdgpu_bo_free_kernel() 550 struct amdgpu_bo *bo; in amdgpu_bo_create() local 778 int amdgpu_bo_kmap(struct amdgpu_bo *bo, void **ptr) in amdgpu_bo_kmap() 817 void *amdgpu_bo_kptr(struct amdgpu_bo *bo) in amdgpu_bo_kptr() 830 void amdgpu_bo_kunmap(struct amdgpu_bo *bo) in amdgpu_bo_kunmap() 845 struct amdgpu_bo *amdgpu_bo_ref(struct amdgpu_bo *bo) in amdgpu_bo_ref() [all …]
|
D | amdgpu_dma_buf.c | 59 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_attach() local 91 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_detach() local 109 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_pin() local 125 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_unpin() local 148 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_map() local 242 struct amdgpu_bo *bo = gem_to_amdgpu_bo(dma_buf->priv); in amdgpu_dma_buf_begin_cpu_access() local 295 struct amdgpu_bo *bo = gem_to_amdgpu_bo(gobj); in amdgpu_gem_prime_export() local 327 struct amdgpu_bo *bo; in amdgpu_dma_buf_create_obj() local 373 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_move_notify() local 485 struct amdgpu_bo *bo) in amdgpu_dmabuf_is_xgmi_accessible()
|
/linux-6.8/drivers/accel/ivpu/ |
D | ivpu_gem.c | 25 static inline void ivpu_dbg_bo(struct ivpu_device *vdev, struct ivpu_bo *bo, const char *action) in ivpu_dbg_bo() 41 int __must_check ivpu_bo_pin(struct ivpu_bo *bo) in ivpu_bo_pin() 76 ivpu_bo_alloc_vpu_addr(struct ivpu_bo *bo, struct ivpu_mmu_context *ctx, in ivpu_bo_alloc_vpu_addr() 104 static void ivpu_bo_unbind_locked(struct ivpu_bo *bo) in ivpu_bo_unbind_locked() 138 struct ivpu_bo *bo; in ivpu_bo_unbind_all_bos_from_context() local 157 struct ivpu_bo *bo; in ivpu_gem_create_object() local 179 struct ivpu_bo *bo; in ivpu_bo_create() local 208 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_bo_open() local 230 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_bo_free() local 266 struct ivpu_bo *bo; in ivpu_bo_create_ioctl() local [all …]
|
D | ivpu_gem.h | 46 static inline void *ivpu_bo_vaddr(struct ivpu_bo *bo) in ivpu_bo_vaddr() 51 static inline size_t ivpu_bo_size(struct ivpu_bo *bo) in ivpu_bo_size() 56 static inline u32 ivpu_bo_cache_mode(struct ivpu_bo *bo) in ivpu_bo_cache_mode() 61 static inline bool ivpu_bo_is_snooped(struct ivpu_bo *bo) in ivpu_bo_is_snooped() 66 static inline struct ivpu_device *ivpu_bo_to_vdev(struct ivpu_bo *bo) in ivpu_bo_to_vdev() 71 static inline void *ivpu_to_cpu_addr(struct ivpu_bo *bo, u32 vpu_addr) in ivpu_to_cpu_addr() 82 static inline u32 cpu_to_vpu_addr(struct ivpu_bo *bo, void *cpu_addr) in cpu_to_vpu_addr()
|
/linux-6.8/drivers/gpu/drm/vc4/ |
D | vc4_bo.c | 134 struct vc4_bo *bo = to_vc4_bo(gem_obj); in vc4_bo_set_label() local 166 static void vc4_bo_destroy(struct vc4_bo *bo) in vc4_bo_destroy() 186 static void vc4_bo_remove_from_cache(struct vc4_bo *bo) in vc4_bo_remove_from_cache() 242 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_purge() local 250 void vc4_bo_add_to_purgeable_pool(struct vc4_bo *bo) in vc4_bo_add_to_purgeable_pool() 264 static void vc4_bo_remove_from_purgeable_pool_locked(struct vc4_bo *bo) in vc4_bo_remove_from_purgeable_pool_locked() 288 void vc4_bo_remove_from_purgeable_pool(struct vc4_bo *bo) in vc4_bo_remove_from_purgeable_pool() 299 struct vc4_bo *bo = to_vc4_bo(obj); in vc4_bo_purge() local 318 struct vc4_bo *bo = list_first_entry(&vc4->purgeable.list, in vc4_bo_userspace_cache_purge() local 365 struct vc4_bo *bo = NULL; in vc4_bo_get_from_cache() local [all …]
|
/linux-6.8/drivers/gpu/drm/panfrost/ |
D | panfrost_gem.c | 19 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_free_object() local 56 panfrost_gem_mapping_get(struct panfrost_gem_object *bo, in panfrost_gem_mapping_get() 106 void panfrost_gem_teardown_mappings_locked(struct panfrost_gem_object *bo) in panfrost_gem_teardown_mappings_locked() 119 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_open() local 172 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_close() local 190 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_pin() local 200 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_status() local 214 struct panfrost_gem_object *bo = to_panfrost_bo(obj); in panfrost_gem_rss() local 271 struct panfrost_gem_object *bo; in panfrost_gem_create() local 294 struct panfrost_gem_object *bo; in panfrost_gem_prime_import_sg_table() local
|
/linux-6.8/drivers/gpu/drm/lima/ |
D | lima_gem.c | 21 int lima_heap_alloc(struct lima_bo *bo, struct lima_vm *vm) in lima_heap_alloc() 110 struct lima_bo *bo; in lima_gem_create_handle() local 150 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_free_object() local 160 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_open() local 169 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_close() local 178 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_pin() local 188 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_vmap() local 198 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_mmap() local 222 struct lima_bo *bo; in lima_gem_create_object() local 239 struct lima_bo *bo; in lima_gem_get_info() local [all …]
|
/linux-6.8/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_bo.c | 48 static void vmw_bo_free(struct ttm_buffer_object *bo) in vmw_bo_free() 74 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_placement() local 110 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_vram_or_gmr() local 179 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_start_of_vram() local 236 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_unpin() local 258 void vmw_bo_get_guest_ptr(const struct ttm_buffer_object *bo, in vmw_bo_get_guest_ptr() 283 struct ttm_buffer_object *bo = &vbo->tbo; in vmw_bo_pin_reserved() local 328 struct ttm_buffer_object *bo = &vbo->tbo; in vmw_bo_map_and_cache() local 452 struct ttm_buffer_object *bo = &vmw_bo->tbo; in vmw_user_bo_synccpu_grab() local 633 void vmw_bo_fence_single(struct ttm_buffer_object *bo, in vmw_bo_fence_single() [all …]
|
/linux-6.8/drivers/gpu/drm/v3d/ |
D | v3d_bo.c | 34 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_free_object() local 73 struct v3d_bo *bo; in v3d_create_object() local 95 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_bo_create_finish() local 133 struct v3d_bo *bo; in v3d_bo_create() local 174 void v3d_get_bo_vaddr(struct v3d_bo *bo) in v3d_get_bo_vaddr() 182 void v3d_put_bo_vaddr(struct v3d_bo *bo) in v3d_put_bo_vaddr() 192 struct v3d_bo *bo = NULL; in v3d_create_bo_ioctl() local 240 struct v3d_bo *bo; in v3d_get_bo_offset_ioctl() local
|
/linux-6.8/crypto/ |
D | aes_generic.c | 1147 #define f_rn(bo, bi, n, k) do { \ argument 1154 #define f_nround(bo, bi, k) do {\ argument 1162 #define f_rl(bo, bi, n, k) do { \ argument 1169 #define f_lround(bo, bi, k) do {\ argument 1217 #define i_rn(bo, bi, n, k) do { \ argument 1224 #define i_nround(bo, bi, k) do {\ argument 1232 #define i_rl(bo, bi, n, k) do { \ argument 1239 #define i_lround(bo, bi, k) do {\ argument
|