Searched refs:pt_prev (Results 1 – 2 of 2) sorted by relevance
656 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()
105 struct amd_iommu_page_table *pt_prev; member