Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accel/habanalabs/common/
Ddebugfs.c432 struct hl_mmu_hop_info hops_info = {0}; in mmu_show() local
446 if (hl_mmu_get_tlb_info(ctx, virt_addr, &hops_info)) { in mmu_show()
454 if (hops_info.scrambled_vaddr && in mmu_show()
455 (dev_entry->mmu_addr != hops_info.scrambled_vaddr)) in mmu_show()
459 hops_info.scrambled_vaddr, in mmu_show()
460 hops_info.unscrambled_paddr, phys_addr); in mmu_show()
466 for (i = 0 ; i < hops_info.used_hops ; i++) { in mmu_show()
468 i, hops_info.hop_info[i].hop_addr); in mmu_show()
470 i, hops_info.hop_info[i].hop_pte_addr); in mmu_show()
472 i, hops_info.hop_info[i].hop_pte_val); in mmu_show()