Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c426 struct hl_mmu_hop_info hops_info = {0}; in mmu_show() local
440 if (hl_mmu_get_tlb_info(ctx, virt_addr, &hops_info)) { in mmu_show()
448 if (hops_info.scrambled_vaddr && in mmu_show()
449 (dev_entry->mmu_addr != hops_info.scrambled_vaddr)) in mmu_show()
453 hops_info.scrambled_vaddr, in mmu_show()
454 hops_info.unscrambled_paddr, phys_addr); in mmu_show()
460 for (i = 0 ; i < hops_info.used_hops ; i++) { in mmu_show()
462 i, hops_info.hop_info[i].hop_addr); in mmu_show()
464 i, hops_info.hop_info[i].hop_pte_addr); in mmu_show()
466 i, hops_info.hop_info[i].hop_pte_val); in mmu_show()