Searched refs:hl_mmu_unmap (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/misc/habanalabs/common/ |
D | mmu.c | 112 int hl_mmu_unmap(struct hl_ctx *ctx, u64 virt_addr, u32 page_size, in hl_mmu_unmap() function
|
D | command_buffer.c | 96 hl_mmu_unmap(ctx, va_block->start, va_block->size, in cb_map_mem() 123 if (hl_mmu_unmap(ctx, va_block->start, va_block->size, in cb_unmap_mem()
|
D | memory.c | 764 if (hl_mmu_unmap(ctx, next_vaddr, page_size, in map_phys_pg_pack() 794 if (hl_mmu_unmap(ctx, next_vaddr, page_size, in unmap_phys_pg_pack()
|
D | habanalabs.h | 1908 int hl_mmu_unmap(struct hl_ctx *ctx, u64 virt_addr, u32 page_size,
|
/Linux-v5.10/drivers/misc/habanalabs/goya/ |
D | goya.c | 4924 if (hl_mmu_unmap(hdev->kernel_ctx, in goya_mmu_add_mappings_for_device_cpu() 4932 if (hl_mmu_unmap(hdev->kernel_ctx, in goya_mmu_add_mappings_for_device_cpu() 4958 if (hl_mmu_unmap(hdev->kernel_ctx, VA_CPU_ACCESSIBLE_MEM_ADDR, in goya_mmu_remove_device_cpu_mappings() 4964 if (hl_mmu_unmap(hdev->kernel_ctx, in goya_mmu_remove_device_cpu_mappings() 4974 if (hl_mmu_unmap(hdev->kernel_ctx, in goya_mmu_remove_device_cpu_mappings()
|