Searched refs:pt_cookie (Results 1 – 2 of 2) sorted by relevance
648 uint64_t pa_4K = ((uint64_t)pt->pt_cookie.dmac_cookie_addr) >> 12; in amd_iommu_insert_pgtable_hash()651 ASSERT((pt->pt_cookie.dmac_cookie_addr & AMD_IOMMU_PGTABLE_ALIGN) == 0); in amd_iommu_insert_pgtable_hash()667 uint64_t pa_4K = (pt->pt_cookie.dmac_cookie_addr >> 12); in amd_iommu_remove_pgtable_hash()670 ASSERT((pt->pt_cookie.dmac_cookie_addr & AMD_IOMMU_PGTABLE_ALIGN) == 0); in amd_iommu_remove_pgtable_hash()699 ASSERT((pt->pt_cookie.dmac_cookie_addr & in amd_iommu_lookup_pgtable_hash()701 if ((pt->pt_cookie.dmac_cookie_addr >> 12) == pgtable_pa_4K) { in amd_iommu_lookup_pgtable_hash()844 NULL, &pt->pt_cookie, &ncookies); in amd_iommu_alloc_pgtable()879 ASSERT(pt->pt_cookie.dmac_cookie_addr != NULL); in amd_iommu_alloc_pgtable()880 ASSERT((pt->pt_cookie.dmac_cookie_addr & AMD_IOMMU_PGTABLE_ALIGN) == 0); in amd_iommu_alloc_pgtable()881 ASSERT(pt->pt_cookie.dmac_size >= pt->pt_mem_realsz); in amd_iommu_alloc_pgtable()[all …]
103 ddi_dma_cookie_t pt_cookie; member