Home
last modified time | relevance | path

Searched refs:pt_next (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c655 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()
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()
891 pt->pt_next = NULL; in amd_iommu_alloc_pgtable()
[all …]
H A Damd_iommu_page_tables.h104 struct amd_iommu_page_table *pt_next; member
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h221 extern int pt_next(mdb_tgt_t *, uintptr_t *);
H A Dmdb_proc.c4744 .t_next = pt_next,
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h100 struct kcf_prov_tried *pt_next; member
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c360 pt_next(mdb_tgt_t *t, uintptr_t *p) in pt_next() function
H A Dproc_amd64dep.c443 pt_next(mdb_tgt_t *t, uintptr_t *p) in pt_next() function
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c61 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()