Searched refs:pt_pgtblva (Results 1 – 2 of 2) sorted by relevance
727 pdtep = &(ppt->pt_pgtblva[index]); in amd_iommu_lookup_pgtable()758 pte_array = pt->pt_pgtblva; in amd_iommu_alloc_from_freelist()817 NULL, (caddr_t *)&pt->pt_pgtblva, in amd_iommu_alloc_pgtable()833 ASSERT(((uint64_t)(uintptr_t)pt->pt_pgtblva & AMD_IOMMU_PGTABLE_ALIGN) in amd_iommu_alloc_pgtable()841 (caddr_t)pt->pt_pgtblva, pt->pt_mem_realsz, in amd_iommu_alloc_pgtable()885 ASSERT(pt->pt_pgtblva); in amd_iommu_alloc_pgtable()895 bzero(pt->pt_pgtblva, pt->pt_mem_realsz); in amd_iommu_alloc_pgtable()936 pte_array = pt->pt_pgtblva; in amd_iommu_free_pgtable()966 uint64_t *pdep = &(ppt->pt_pgtblva[pt->pt_index]); in init_pde()1002 uint64_t *ptep = &(pt->pt_pgtblva[index]); in init_pte()[all …]
99 uint64_t *pt_pgtblva; member