Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/misc/habanalabs/common/
Ddebugfs.c400 struct hl_mmu_hop_info hops_info = {0}; in mmu_show() local
417 if (hl_mmu_get_tlb_info(ctx, virt_addr, &hops_info)) { in mmu_show()
425 if (hops_info.scrambled_vaddr && in mmu_show()
426 (dev_entry->mmu_addr != hops_info.scrambled_vaddr)) in mmu_show()
430 hops_info.scrambled_vaddr, in mmu_show()
431 hops_info.unscrambled_paddr, phys_addr); in mmu_show()
437 for (i = 0 ; i < hops_info.used_hops ; i++) { in mmu_show()
439 i, hops_info.hop_info[i].hop_addr); in mmu_show()
441 i, hops_info.hop_info[i].hop_pte_addr); in mmu_show()
443 i, hops_info.hop_info[i].hop_pte_val); in mmu_show()