Searched refs:hl_mmu_unmap (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/misc/habanalabs/ |
| D | memory.c | 774 if (hl_mmu_unmap(ctx, next_vaddr, page_size)) in map_phys_page_pack() 1040 if (hl_mmu_unmap(ctx, next_vaddr, page_size)) in unmap_device_va()
|
| D | mmu.c | 667 int hl_mmu_unmap(struct hl_ctx *ctx, u64 virt_addr, u32 page_size) in hl_mmu_unmap() function
|
| D | habanalabs.h | 1528 int hl_mmu_unmap(struct hl_ctx *ctx, u64 virt_addr, u32 page_size);
|
| /Linux-v5.4/drivers/misc/habanalabs/goya/ |
| D | goya.c | 4763 if (hl_mmu_unmap(hdev->kernel_ctx, in goya_mmu_add_mappings_for_device_cpu() 4771 if (hl_mmu_unmap(hdev->kernel_ctx, in goya_mmu_add_mappings_for_device_cpu() 4796 if (hl_mmu_unmap(hdev->kernel_ctx, VA_CPU_ACCESSIBLE_MEM_ADDR, in goya_mmu_remove_device_cpu_mappings() 4802 if (hl_mmu_unmap(hdev->kernel_ctx, in goya_mmu_remove_device_cpu_mappings() 4811 if (hl_mmu_unmap(hdev->kernel_ctx, in goya_mmu_remove_device_cpu_mappings()
|