Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/habanalabs/common/
Ddebugfs.c435 struct hl_mmu_hop_info hops_info = {0}; in mmu_show() local
452 if (hl_mmu_get_tlb_info(ctx, virt_addr, &hops_info)) { in mmu_show()
460 if (hops_info.scrambled_vaddr && in mmu_show()
461 (dev_entry->mmu_addr != hops_info.scrambled_vaddr)) in mmu_show()
465 hops_info.scrambled_vaddr, in mmu_show()
466 hops_info.unscrambled_paddr, phys_addr); in mmu_show()
472 for (i = 0 ; i < hops_info.used_hops ; i++) { in mmu_show()
474 i, hops_info.hop_info[i].hop_addr); in mmu_show()
476 i, hops_info.hop_info[i].hop_pte_addr); in mmu_show()
478 i, hops_info.hop_info[i].hop_pte_val); in mmu_show()