Searched refs:bo_device (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/staging/media/atomisp/pci/hmm/ |
| H A D | hmm.c | 27 struct hmm_bo_device bo_device; variable 55 spin_lock_irqsave(&bo_device.list_lock, flags); in bo_show() 69 spin_unlock_irqrestore(&bo_device.list_lock, flags); in bo_show() 117 ret = hmm_bo_device_init(&bo_device, &sh_mmu_mrfld, in hmm_init() 154 hmm_bo_device_exit(&bo_device); in hmm_cleanup() 176 bo = hmm_bo_alloc(&bo_device, pgnr); in __hmm_alloc() 270 bo = hmm_bo_device_search_in_range(&bo_device, virt); in load_and_flush_by_kmap() 311 bo = hmm_bo_device_search_in_range(&bo_device, virt); in load_and_flush() 381 bo = hmm_bo_device_search_in_range(&bo_device, virt); in hmm_store() 453 bo = hmm_bo_device_search_in_range(&bo_device, virt); in hmm_set() [all …]
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_bo.h | 358 struct xe_bo_dev *bo_device = &xe_bo_device(bo)->bo_device; in xe_bo_put_async() local 360 if (xe_bo_put_deferred(bo, &bo_device->async_list)) in xe_bo_put_async() 361 schedule_work(&bo_device->async_free); in xe_bo_put_async() 364 void xe_bo_dev_init(struct xe_bo_dev *bo_device); 366 void xe_bo_dev_fini(struct xe_bo_dev *bo_device);
|
| H A D | xe_device_types.h | 552 } bo_device; member
|
| H A D | xe_device.c | 392 xe_bo_dev_fini(&xe->bo_device); in xe_device_destroy() 434 xe_bo_dev_init(&xe->bo_device); in xe_device_create()
|
| /linux-6.15/drivers/staging/media/atomisp/include/hmm/ |
| H A D | hmm.h | 68 extern struct hmm_bo_device bo_device;
|
| /linux-6.15/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_compat_css20.c | 167 *mmu_base_addr = sh_mmu_mrfld.get_pd_base(&bo_device.mmu, in hmm_get_mmu_base_addr() 168 bo_device.mmu.base_address); in hmm_get_mmu_base_addr()
|