Home
last modified time | relevance | path

Searched refs:pt_dma_hdl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c801 NULL, &pt->pt_dma_hdl); in amd_iommu_alloc_pgtable()
823 ddi_dma_free_handle(&pt->pt_dma_hdl); in amd_iommu_alloc_pgtable()
852 ddi_dma_free_handle(&pt->pt_dma_hdl); in amd_iommu_alloc_pgtable()
868 (void) ddi_dma_unbind_handle(pt->pt_dma_hdl); in amd_iommu_alloc_pgtable()
870 ddi_dma_free_handle(&pt->pt_dma_hdl); in amd_iommu_alloc_pgtable()
896 SYNC_FORDEV(pt->pt_dma_hdl); in amd_iommu_alloc_pgtable()
951 (void *)pt->pt_dma_hdl); in amd_iommu_free_pgtable()
957 ddi_dma_free_handle(&pt->pt_dma_hdl); in amd_iommu_free_pgtable()
992 SYNC_FORDEV(ppt->pt_dma_hdl); in init_pde()
1066 SYNC_FORDEV(pt->pt_dma_hdl); in init_pte()
[all …]
H A Damd_iommu_page_tables.h95 ddi_dma_handle_t pt_dma_hdl; member