Searched refs:hop4_pte_addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/misc/habanalabs/ |
D | mmu.c | 524 hop4_addr = 0, hop4_pte_addr = 0, in _hl_mmu_unmap() local 578 hop4_pte_addr = get_hop4_pte_addr(ctx, hop4_addr, virt_addr); in _hl_mmu_unmap() 580 curr_pte = *(u64 *) (uintptr_t) hop4_pte_addr; in _hl_mmu_unmap() 610 clear_pte(ctx, hop4_pte_addr); in _hl_mmu_unmap() 716 hop4_addr = 0, hop4_pte_addr = 0, in _hl_mmu_map() local 770 hop4_pte_addr = get_hop4_pte_addr(ctx, hop4_addr, virt_addr); in _hl_mmu_map() 771 curr_pte = *(u64 *) (uintptr_t) hop4_pte_addr; in _hl_mmu_map() 809 *(u64 *) (uintptr_t) hop4_pte_addr, in _hl_mmu_map() 810 hop4_pte_addr); in _hl_mmu_map() 822 write_final_pte(ctx, hop4_pte_addr, curr_pte); in _hl_mmu_map()
|
D | debugfs.c | 364 hop4_addr = 0, hop4_pte_addr = 0, hop4_pte = 0, in mmu_show() local 415 hop4_pte_addr = get_hop4_pte_addr(ctx, hop4_addr, virt_addr); in mmu_show() 416 hop4_pte = hdev->asic_funcs->read_pte(hdev, hop4_pte_addr); in mmu_show() 445 seq_printf(s, "hop4_pte_addr: 0x%llx\n", hop4_pte_addr); in mmu_show()
|