Lines Matching refs:bo
514 int vmw_bo_map_dma(struct ttm_buffer_object *bo) in vmw_bo_map_dma() argument
517 container_of(bo->ttm, struct vmw_ttm_tt, dma_ttm.ttm); in vmw_bo_map_dma()
531 void vmw_bo_unmap_dma(struct ttm_buffer_object *bo) in vmw_bo_unmap_dma() argument
534 container_of(bo->ttm, struct vmw_ttm_tt, dma_ttm.ttm); in vmw_bo_unmap_dma()
551 const struct vmw_sg_table *vmw_bo_sg_table(struct ttm_buffer_object *bo) in vmw_bo_sg_table() argument
554 container_of(bo->ttm, struct vmw_ttm_tt, dma_ttm.ttm); in vmw_bo_sg_table()
766 static void vmw_evict_flags(struct ttm_buffer_object *bo, in vmw_evict_flags() argument
772 static int vmw_verify_access(struct ttm_buffer_object *bo, struct file *filp) in vmw_verify_access() argument
777 return vmw_user_dmabuf_verify_access(bo, tfile); in vmw_verify_access()
812 static int vmw_ttm_fault_reserve_notify(struct ttm_buffer_object *bo) in vmw_ttm_fault_reserve_notify() argument
827 static void vmw_move_notify(struct ttm_buffer_object *bo, in vmw_move_notify() argument
830 vmw_resource_move_notify(bo, mem); in vmw_move_notify()
831 vmw_query_move_notify(bo, mem); in vmw_move_notify()
840 static void vmw_swap_notify(struct ttm_buffer_object *bo) in vmw_swap_notify() argument
842 ttm_bo_wait(bo, false, false, false); in vmw_swap_notify()