Searched refs:general_vma (Results 1 – 4 of 4) sorted by relevance
274 struct pvr_winsys_vma *general_vma; in pvr_winsys_helper_allocate_static_memory() local285 &general_vma); in pvr_winsys_helper_allocate_static_memory()309 *general_vma_out = general_vma; in pvr_winsys_helper_allocate_static_memory()319 pvr_buffer_destroy_and_unmap(general_vma); in pvr_winsys_helper_allocate_static_memory()325 struct pvr_winsys_vma *const general_vma, in pvr_winsys_helper_free_static_memory() argument331 pvr_buffer_destroy_and_unmap(general_vma); in pvr_winsys_helper_free_static_memory()376 struct pvr_winsys_vma *const general_vma, in pvr_winsys_helper_fill_static_memory() argument383 general_ptr = ws->ops->buffer_map(general_vma->bo); in pvr_winsys_helper_fill_static_memory()411 ws->ops->buffer_unmap(general_vma->bo); in pvr_winsys_helper_fill_static_memory()419 ws->ops->buffer_unmap(general_vma->bo); in pvr_winsys_helper_fill_static_memory()
75 struct pvr_winsys_vma *const general_vma,81 struct pvr_winsys_vma *const general_vma,
266 &srv_ws->general_vma, in pvr_srv_memctx_init()273 srv_ws->general_vma, in pvr_srv_memctx_init()282 pvr_winsys_helper_free_static_memory(srv_ws->general_vma, in pvr_srv_memctx_init()313 pvr_winsys_helper_free_static_memory(srv_ws->general_vma, in pvr_srv_memctx_finish()
96 struct pvr_winsys_vma *general_vma; member