Home
last modified time | relevance | path

Searched refs:hl_dma_alloc_common (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/misc/habanalabs/common/
Ddevice.c108 static void *hl_dma_alloc_common(struct hl_device *hdev, size_t size, dma_addr_t *dma_handle, in hl_dma_alloc_common() function
155 return hl_dma_alloc_common(hdev, size, dma_handle, flag, DMA_ALLOC_COHERENT, caller); in hl_asic_dma_alloc_coherent_caller()
167 return hl_dma_alloc_common(hdev, size, dma_handle, 0, DMA_ALLOC_CPU_ACCESSIBLE, caller); in hl_cpu_accessible_dma_pool_alloc_caller()
179 return hl_dma_alloc_common(hdev, size, dma_handle, mem_flags, DMA_ALLOC_POOL, caller); in hl_asic_dma_pool_zalloc_caller()