Searched refs:hop0_pte_addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/misc/habanalabs/ |
D | mmu.c | 520 u64 hop0_addr = 0, hop0_pte_addr = 0, in _hl_mmu_unmap() local 533 hop0_pte_addr = get_hop0_pte_addr(ctx, hop0_addr, virt_addr); in _hl_mmu_unmap() 535 curr_pte = *(u64 *) (uintptr_t) hop0_pte_addr; in _hl_mmu_unmap() 635 clear_pte(ctx, hop0_pte_addr); in _hl_mmu_unmap() 712 u64 hop0_addr = 0, hop0_pte_addr = 0, in _hl_mmu_map() local 741 hop0_pte_addr = get_hop0_pte_addr(ctx, hop0_addr, virt_addr); in _hl_mmu_map() 742 curr_pte = *(u64 *) (uintptr_t) hop0_pte_addr; in _hl_mmu_map() 799 *(u64 *) (uintptr_t) hop0_pte_addr, hop0_pte_addr); in _hl_mmu_map() 827 write_pte(ctx, hop0_pte_addr, curr_pte); in _hl_mmu_map()
|
D | debugfs.c | 360 u64 hop0_addr = 0, hop0_pte_addr = 0, hop0_pte = 0, in mmu_show() local 385 hop0_pte_addr = get_hop0_pte_addr(ctx, hop0_addr, virt_addr); in mmu_show() 386 hop0_pte = hdev->asic_funcs->read_pte(hdev, hop0_pte_addr); in mmu_show() 428 seq_printf(s, "hop0_pte_addr: 0x%llx\n", hop0_pte_addr); in mmu_show()
|