Searched refs:pt_next (Results 1 – 9 of 9) sorted by relevance
655 pt->pt_next = amd_iommu_page_table_hash.ampt_hash[idx]; in amd_iommu_insert_pgtable_hash()658 if (pt->pt_next) in amd_iommu_insert_pgtable_hash()659 pt->pt_next->pt_prev = pt; in amd_iommu_insert_pgtable_hash()674 if (pt->pt_next) in amd_iommu_remove_pgtable_hash()675 pt->pt_next->pt_prev = pt->pt_prev; in amd_iommu_remove_pgtable_hash()678 pt->pt_prev->pt_next = pt->pt_next; in amd_iommu_remove_pgtable_hash()680 amd_iommu_page_table_hash.ampt_hash[idx] = pt->pt_next; in amd_iommu_remove_pgtable_hash()682 pt->pt_next = NULL; in amd_iommu_remove_pgtable_hash()696 for (; pt; pt = pt->pt_next) { in amd_iommu_lookup_pgtable_hash()755 amd_iommu_pgtable_freelist.f_list = pt->pt_next; in amd_iommu_alloc_from_freelist()[all …]
104 struct amd_iommu_page_table *pt_next; member
224 extern int pt_next(mdb_tgt_t *, uintptr_t *);
4699 pt_next, /* t_next */
100 struct kcf_prov_tried *pt_next; member
61 list = list->pt_next; in kcf_free_triedlist()86 l->pt_next = *list; in kcf_insert_triedlist()98 triedl = triedl->pt_next; in is_in_triedlist()
590 pt_next(mdb_tgt_t *t, uintptr_t *p) in pt_next() function
633 pt_next(mdb_tgt_t *t, uintptr_t *p) in pt_next() function
717 pt_next(mdb_tgt_t *t, uintptr_t *p) in pt_next() function