Searched refs:pt_index (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.h101 uint16_t pt_index; member in struct:amd_iommu_page_table
H A Damd_iommu_page_tables.c889 pt->pt_index = 0;
966 uint64_t *pdep = &(ppt->pt_pgtblva[pt->pt_index]);
973 ASSERT(ppt->pt_pte_ref[pt->pt_index] == 0);
990 ppt->pt_pte_ref[pt->pt_index] = 0;
1087 pt->pt_index = index;
1123 ASSERT(pt->pt_index == index);
1354 prev_index = pt->pt_index;

Completed in 47 milliseconds