Home
last modified time | relevance | path

Searched refs:d_ref (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.h112 int64_t d_ref; member
H A Damd_iommu_page_tables.c189 dp->d_ref = 0; in amd_iommu_lookup_domain()
204 ASSERT(dp->d_ref == 0); in amd_iommu_teardown_domain()
354 dp->d_ref++; in init_devtbl()
607 dp->d_ref--; in amd_iommu_clear_devtbl_entry()
608 ASSERT(dp->d_ref >= 0); in amd_iommu_clear_devtbl_entry()
610 if (dp->d_ref == 0) { in amd_iommu_clear_devtbl_entry()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxnb.c940 size_t s_off, size_t d_off, size_t len, grant_ref_t d_ref) in setup_gop() argument
952 gp->dest.u.ref = d_ref; in setup_gop()