Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu.c226 int hl_mmu_unmap_page(struct hl_ctx *ctx, u64 virt_addr, u32 page_size, bool flush_pte) in hl_mmu_unmap_page() function
425 if (hl_mmu_unmap_page(ctx, curr_va, page_size, flush_pte)) in hl_mmu_map_contiguous()
466 rc = hl_mmu_unmap_page(ctx, curr_va, page_size, flush_pte); in hl_mmu_unmap_contiguous()
/openbmc/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c4961 if (hl_mmu_unmap_page(hdev->kernel_ctx, in goya_mmu_add_mappings_for_device_cpu()
4969 if (hl_mmu_unmap_page(hdev->kernel_ctx, in goya_mmu_add_mappings_for_device_cpu()
4995 if (hl_mmu_unmap_page(hdev->kernel_ctx, in goya_mmu_remove_device_cpu_mappings()
5002 if (hl_mmu_unmap_page(hdev->kernel_ctx, in goya_mmu_remove_device_cpu_mappings()
5012 if (hl_mmu_unmap_page(hdev->kernel_ctx, in goya_mmu_remove_device_cpu_mappings()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dmemory.c976 if (hl_mmu_unmap_page(ctx, next_vaddr, page_size, in map_phys_pg_pack()
1019 if (hl_mmu_unmap_page(ctx, next_vaddr, page_size, in unmap_phys_pg_pack()
H A Dhabanalabs.h3765 int hl_mmu_unmap_page(struct hl_ctx *ctx, u64 virt_addr, u32 page_size,
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c10515 rc = hl_mmu_unmap_page(ctx, RESERVED_VA_FOR_VIRTUAL_MSIX_DOORBELL_START, in gaudi2_unmap_virtual_msix_doorbell_memory()