Home
last modified time | relevance | path

Searched defs:bo (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/linux-6.12.1/drivers/staging/media/atomisp/pci/hmm/
Dhmm_bo.c47 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 …]
Dhmm.c52 struct hmm_buffer_object *bo; in bo_show() local
173 struct hmm_buffer_object *bo; in __hmm_alloc() local
229 struct hmm_buffer_object *bo; in hmm_free() local
248 static inline int hmm_check_bo(struct hmm_buffer_object *bo, unsigned int ptr) in hmm_check_bo()
276 struct hmm_buffer_object *bo; in load_and_flush_by_kmap() local
319 struct hmm_buffer_object *bo; in load_and_flush() local
376 struct hmm_buffer_object *bo; in hmm_store() local
459 struct hmm_buffer_object *bo; in hmm_set() local
520 struct hmm_buffer_object *bo; in hmm_virt_to_phys() local
538 struct hmm_buffer_object *bo; in hmm_mmap() local
[all …]
/linux-6.12.1/drivers/gpu/drm/qxl/
Dqxl_object.c34 struct qxl_bo *bo; in qxl_ttm_bo_destroy() local
49 bool qxl_ttm_bo_is_qxl_bo(struct ttm_buffer_object *bo) in qxl_ttm_bo_is_qxl_bo()
110 struct qxl_bo *bo; in qxl_bo_create() local
156 int qxl_bo_vmap_locked(struct qxl_bo *bo, struct iosys_map *map) in qxl_bo_vmap_locked()
185 int qxl_bo_pin_and_vmap(struct qxl_bo *bo, struct iosys_map *map) in qxl_bo_pin_and_vmap()
207 struct qxl_bo *bo, int page_offset) in qxl_bo_kmap_atomic_page()
239 void qxl_bo_vunmap_locked(struct qxl_bo *bo) in qxl_bo_vunmap_locked()
252 int qxl_bo_vunmap_and_unpin(struct qxl_bo *bo) in qxl_bo_vunmap_and_unpin()
267 struct qxl_bo *bo, void *pmap) in qxl_bo_kunmap_atomic_page()
279 void qxl_bo_unref(struct qxl_bo **bo) in qxl_bo_unref()
[all …]
Dqxl_release.c124 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.12.1/drivers/gpu/drm/tegra/
Dgem.c52 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 …]
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.c87 bool xe_bo_is_vram(struct xe_bo *bo) in xe_bo_is_vram()
93 bool xe_bo_is_stolen(struct xe_bo *bo) in xe_bo_is_stolen()
107 bool xe_bo_has_single_placement(struct xe_bo *bo) in xe_bo_has_single_placement()
121 bool xe_bo_is_stolen_devmem(struct xe_bo *bo) in xe_bo_is_stolen_devmem()
127 static bool xe_bo_is_user(struct xe_bo *bo) in xe_bo_is_user()
152 static void try_add_system(struct xe_device *xe, struct xe_bo *bo, in try_add_system()
165 static void add_vram(struct xe_device *xe, struct xe_bo *bo, in add_vram()
198 static void try_add_vram(struct xe_device *xe, struct xe_bo *bo, in try_add_vram()
207 static void try_add_stolen(struct xe_device *xe, struct xe_bo *bo, in try_add_stolen()
223 static int __xe_bo_placement_for_flags(struct xe_device *xe, struct xe_bo *bo, in __xe_bo_placement_for_flags()
[all …]
Dxe_bo.h109 static inline struct xe_bo *ttm_to_xe_bo(const struct ttm_buffer_object *bo) in ttm_to_xe_bo()
119 #define xe_bo_device(bo) ttm_to_xe_device((bo)->ttm.bdev) argument
121 static inline struct xe_bo *xe_bo_get(struct xe_bo *bo) in xe_bo_get()
131 static inline void __xe_bo_unset_bulk_move(struct xe_bo *bo) in __xe_bo_unset_bulk_move()
137 static inline void xe_bo_assert_held(struct xe_bo *bo) in xe_bo_assert_held()
147 static inline void xe_bo_unlock_vm_held(struct xe_bo *bo) in xe_bo_unlock_vm_held()
164 static inline bool xe_bo_is_pinned(struct xe_bo *bo) in xe_bo_is_pinned()
169 static inline void xe_bo_unpin_map_no_vm(struct xe_bo *bo) in xe_bo_unpin_map_no_vm()
185 xe_bo_main_addr(struct xe_bo *bo, size_t page_size) in xe_bo_main_addr()
191 xe_bo_ggtt_addr(struct xe_bo *bo) in xe_bo_ggtt_addr()
[all …]
Dxe_dma_buf.c52 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_pin() local
84 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_unpin() local
94 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_map() local
149 struct xe_bo *bo = gem_to_xe_bo(dma_buf->priv); in xe_dma_buf_unmap() local
164 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_begin_cpu_access() local
195 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_prime_export() local
214 struct xe_bo *bo; in xe_dma_buf_init_obj() local
237 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_move_notify() local
269 struct xe_bo *bo; in xe_gem_prime_import() local
/linux-6.12.1/drivers/gpu/drm/ttm/
Dttm_bo.c49 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()
233 struct ttm_buffer_object *bo; in ttm_bo_delayed_delete() local
247 struct ttm_buffer_object *bo = in ttm_bo_release() local
325 void ttm_bo_put(struct ttm_buffer_object *bo) in ttm_bo_put()
[all …]
Dttm_bo_util.c42 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()
309 static int ttm_bo_ioremap(struct ttm_buffer_object *bo, in ttm_bo_ioremap()
335 static int ttm_bo_kmap_ttm(struct ttm_buffer_object *bo, in ttm_bo_kmap_ttm()
396 int ttm_bo_kmap(struct ttm_buffer_object *bo, in ttm_bo_kmap()
469 int ttm_bo_vmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vmap()
538 void ttm_bo_vunmap(struct ttm_buffer_object *bo, struct iosys_map *map) in ttm_bo_vunmap()
[all …]
Dttm_bo_vm.c41 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.12.1/drivers/gpu/drm/radeon/
Dradeon_object.c54 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()
134 struct radeon_bo *bo; in radeon_bo_create() local
218 int radeon_bo_kmap(struct radeon_bo *bo, void **ptr) in radeon_bo_kmap()
246 void radeon_bo_kunmap(struct radeon_bo *bo) in radeon_bo_kunmap()
255 struct radeon_bo *radeon_bo_ref(struct radeon_bo *bo) in radeon_bo_ref()
264 void radeon_bo_unref(struct radeon_bo **bo) in radeon_bo_unref()
272 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted()
331 int radeon_bo_pin(struct radeon_bo *bo, u32 domain, u64 *gpu_addr) in radeon_bo_pin()
336 void radeon_bo_unpin(struct radeon_bo *bo) in radeon_bo_unpin()
[all …]
Dradeon_object.h64 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()
Dradeon_prime.c39 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
86 struct radeon_bo *bo = gem_to_radeon_bo(obj); in radeon_gem_prime_unpin() local
97 struct radeon_bo *bo = gem_to_radeon_bo(gobj); in radeon_gem_prime_export() local
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c59 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_destroy() local
72 struct amdgpu_bo *bo = ttm_to_amdgpu_bo(tbo); in amdgpu_bo_user_destroy() local
90 bool amdgpu_bo_is_amdgpu_bo(struct ttm_buffer_object *bo) in amdgpu_bo_is_amdgpu_bo()
426 void amdgpu_bo_free_kernel(struct amdgpu_bo **bo, u64 *gpu_addr, in amdgpu_bo_free_kernel()
538 struct amdgpu_bo *bo; in amdgpu_bo_create() local
719 int amdgpu_bo_kmap(struct amdgpu_bo *bo, void **ptr) in amdgpu_bo_kmap()
758 void *amdgpu_bo_kptr(struct amdgpu_bo *bo) in amdgpu_bo_kptr()
771 void amdgpu_bo_kunmap(struct amdgpu_bo *bo) in amdgpu_bo_kunmap()
786 struct amdgpu_bo *amdgpu_bo_ref(struct amdgpu_bo *bo) in amdgpu_bo_ref()
801 void amdgpu_bo_unref(struct amdgpu_bo **bo) in amdgpu_bo_unref()
[all …]
Damdgpu_dma_buf.c57 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_attach() local
76 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_pin() local
92 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_unpin() local
115 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_map() local
208 struct amdgpu_bo *bo = gem_to_amdgpu_bo(dma_buf->priv); in amdgpu_dma_buf_begin_cpu_access() local
260 struct amdgpu_bo *bo = gem_to_amdgpu_bo(gobj); in amdgpu_gem_prime_export() local
292 struct amdgpu_bo *bo; in amdgpu_dma_buf_create_obj() local
338 struct amdgpu_bo *bo = gem_to_amdgpu_bo(obj); in amdgpu_dma_buf_move_notify() local
454 struct amdgpu_bo *bo) in amdgpu_dmabuf_is_xgmi_accessible()
/linux-6.12.1/drivers/accel/ivpu/
Divpu_gem.c25 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
178 struct ivpu_bo *bo; in ivpu_bo_alloc() local
207 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_gem_bo_open() local
229 struct ivpu_bo *bo = to_ivpu_bo(obj); in ivpu_gem_bo_free() local
265 struct ivpu_bo *bo; in ivpu_bo_create_ioctl() local
[all …]
Divpu_gem.h48 static inline void *ivpu_bo_vaddr(struct ivpu_bo *bo) in ivpu_bo_vaddr()
53 static inline size_t ivpu_bo_size(struct ivpu_bo *bo) in ivpu_bo_size()
58 static inline u32 ivpu_bo_cache_mode(struct ivpu_bo *bo) in ivpu_bo_cache_mode()
63 static inline struct ivpu_device *ivpu_bo_to_vdev(struct ivpu_bo *bo) in ivpu_bo_to_vdev()
68 static inline bool ivpu_bo_is_snooped(struct ivpu_bo *bo) in ivpu_bo_is_snooped()
76 static inline void *ivpu_to_cpu_addr(struct ivpu_bo *bo, u32 vpu_addr) in ivpu_to_cpu_addr()
87 static inline u32 cpu_to_vpu_addr(struct ivpu_bo *bo, void *cpu_addr) in cpu_to_vpu_addr()
/linux-6.12.1/drivers/gpu/drm/vc4/
Dvc4_bo.c134 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.12.1/drivers/gpu/drm/ttm/tests/
Dttm_tt_test.c42 struct ttm_buffer_object *bo; in ttm_tt_init_basic() local
69 struct ttm_buffer_object *bo; in ttm_tt_init_misaligned() local
92 struct ttm_buffer_object *bo; in ttm_tt_fini_basic() local
112 struct ttm_buffer_object *bo; in ttm_tt_fini_sg() local
132 struct ttm_buffer_object *bo; in ttm_tt_fini_shmem() local
155 struct ttm_buffer_object *bo; in ttm_tt_create_basic() local
174 struct ttm_buffer_object *bo; in ttm_tt_create_invalid_bo_type() local
190 struct ttm_buffer_object *bo; in ttm_tt_create_ttm_exists() local
213 static struct ttm_tt *ttm_tt_null_create(struct ttm_buffer_object *bo, in ttm_tt_null_create()
226 struct ttm_buffer_object *bo; in ttm_tt_create_failed() local
[all …]
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_gem.c19 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.12.1/drivers/gpu/drm/lima/
Dlima_gem.c21 int lima_heap_alloc(struct lima_bo *bo, struct lima_vm *vm) in lima_heap_alloc()
115 struct lima_bo *bo; in lima_gem_create_handle() local
155 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_free_object() local
165 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_open() local
174 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_object_close() local
183 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_pin() local
193 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_vmap() local
203 struct lima_bo *bo = to_lima_bo(obj); in lima_gem_mmap() local
227 struct lima_bo *bo; in lima_gem_create_object() local
244 struct lima_bo *bo; in lima_gem_get_info() local
[all …]
/linux-6.12.1/drivers/gpu/drm/v3d/
Dv3d_bo.c31 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_gem_status() local
46 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_free_object() local
86 struct v3d_bo *bo; in v3d_create_object() local
108 struct v3d_bo *bo = to_v3d_bo(obj); in v3d_bo_create_finish() local
146 struct v3d_bo *bo; in v3d_bo_create() local
187 void v3d_get_bo_vaddr(struct v3d_bo *bo) in v3d_get_bo_vaddr()
195 void v3d_put_bo_vaddr(struct v3d_bo *bo) in v3d_put_bo_vaddr()
205 struct v3d_bo *bo = NULL; in v3d_create_bo_ioctl() local
253 struct v3d_bo *bo; in v3d_get_bo_offset_ioctl() local
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_bo.c72 static void vmw_bo_free(struct ttm_buffer_object *bo) in vmw_bo_free()
98 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_placement() local
134 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_vram_or_gmr() local
203 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_pin_in_start_of_vram() local
261 struct ttm_buffer_object *bo = &buf->tbo; in vmw_bo_unpin() local
283 void vmw_bo_get_guest_ptr(const struct ttm_buffer_object *bo, in vmw_bo_get_guest_ptr()
308 struct ttm_buffer_object *bo = &vbo->tbo; in vmw_bo_pin_reserved() local
358 struct ttm_buffer_object *bo = &vbo->tbo; in vmw_bo_map_and_cache_size() local
494 struct ttm_buffer_object *bo = &vmw_bo->tbo; in vmw_user_bo_synccpu_grab() local
675 void vmw_bo_fence_single(struct ttm_buffer_object *bo, in vmw_bo_fence_single()
[all …]
/linux-6.12.1/crypto/
Daes_generic.c1147 #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

12345678910>>...13