Searched refs:phys_pte_addr (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/accel/habanalabs/common/mmu/ |
| H A D | mmu.c | 954 u64 phys_pte_addr, u32 hop_table_size) in hl_mmu_hr_pte_phys_to_virt() argument 957 u64 pte_offset = phys_pte_addr & page_mask; in hl_mmu_hr_pte_phys_to_virt() 970 void hl_mmu_hr_write_pte(struct hl_ctx *ctx, struct pgt_info *pgt_info, u64 phys_pte_addr, in hl_mmu_hr_write_pte() argument 977 u64 virt_addr = hl_mmu_hr_pte_phys_to_virt(ctx, pgt_info, phys_pte_addr, hop_table_size); in hl_mmu_hr_write_pte() 989 void hl_mmu_hr_clear_pte(struct hl_ctx *ctx, struct pgt_info *pgt_info, u64 phys_pte_addr, in hl_mmu_hr_clear_pte() argument 993 hl_mmu_hr_write_pte(ctx, pgt_info, phys_pte_addr, 0, hop_table_size); in hl_mmu_hr_clear_pte()
|