Searched refs:vma_heap (Results 1 – 4 of 4) sorted by relevance
110 util_vma_heap_init(&heap->vma_heap, vma_heap_begin_addr.addr, vma_heap_size); in pvr_winsys_helper_winsys_heap_init()112 heap->vma_heap.alloc_high = false; in pvr_winsys_helper_winsys_heap_init()133 util_vma_heap_finish(&heap->vma_heap); in pvr_winsys_helper_winsys_heap_finish()162 PVR_DEV_ADDR(util_vma_heap_alloc(&heap->vma_heap, size, heap->page_size)); in pvr_winsys_helper_heap_alloc()185 util_vma_heap_free(&heap->vma_heap, vma->dev_addr.addr, vma->size); in pvr_winsys_helper_heap_free()
75 struct util_vma_heap vma_heap; member
2929 - iris: handle IRIS_MEMZONE_BINDER with a real vma_heap like the others
3488 - iris: handle IRIS_MEMZONE_BINDER with a real vma_heap like the others