Searched refs:dma_map_host_va (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | memory.c | 166 * dma_map_host_va - DMA mapping of the given host virtual address. 177 static int dma_map_host_va(struct hl_device *hdev, u64 addr, u64 size, in dma_map_host_va() function 870 rc = dma_map_host_va(hdev, addr, size, &userptr); in map_device_va()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | memory.c | 214 * dma_map_host_va() - DMA mapping of the given host virtual address. 225 static int dma_map_host_va(struct hl_device *hdev, u64 addr, u64 size, in dma_map_host_va() function 1078 rc = dma_map_host_va(hdev, addr, size, &userptr); in map_device_va()
|
Completed in 6 milliseconds