Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c727 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()
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()
1167 uint64_t *ptdep = &(pt->pt_pgtblva[index]); in amd_iommu_teardown_pdte()
[all …]
H A Damd_iommu_page_tables.h99 uint64_t *pt_pgtblva; member