Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c656 pt->pt_prev = NULL; in amd_iommu_insert_pgtable_hash()
659 pt->pt_next->pt_prev = pt; in amd_iommu_insert_pgtable_hash()
675 pt->pt_next->pt_prev = pt->pt_prev; in amd_iommu_remove_pgtable_hash()
677 if (pt->pt_prev) in amd_iommu_remove_pgtable_hash()
678 pt->pt_prev->pt_next = pt->pt_next; in amd_iommu_remove_pgtable_hash()
683 pt->pt_prev = NULL; in amd_iommu_remove_pgtable_hash()
892 pt->pt_prev = NULL; in amd_iommu_alloc_pgtable()
H A Damd_iommu_page_tables.h105 struct amd_iommu_page_table *pt_prev; member