hl_mmu_va_to_pa
hl_mmu_va_to_pa(ctx, virt_addr, &phys_addr);
rc = hl_mmu_va_to_pa(ctx, virt_addr, phys_addr);
int hl_mmu_va_to_pa(struct hl_ctx *ctx, u64 virt_addr, u64 *phys_addr);
rc = hl_mmu_va_to_pa(ctx, device_va, &device_pa);