Home
last modified time | relevance | path

Searched refs:dvma_active_list (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c1270 mmu_p->dvma_active_list = NULL; in px_dvma_debug_init()
1293 prev = mmu_p->dvma_active_list; in px_dvma_debug_fini()
1300 mmu_p->dvma_active_list = NULL; in px_dvma_debug_fini()
1335 ptr->next = mmu_p->dvma_active_list; in px_dvma_alloc_debug()
1336 mmu_p->dvma_active_list = ptr; in px_dvma_alloc_debug()
1363 ptr_save = mmu_p->dvma_active_list; in px_dvma_free_debug()
1374 if (ptr == mmu_p->dvma_active_list) in px_dvma_free_debug()
1375 mmu_p->dvma_active_list = ptr->next; in px_dvma_free_debug()
H A Dpx_mmu.h95 struct px_dvma_rec *dvma_active_list; member
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_dma.c1515 iommu_p->dvma_active_list = NULL; in pci_dvma_debug_init()
1533 prev = iommu_p->dvma_active_list; in pci_dvma_debug_fini()
1540 iommu_p->dvma_active_list = NULL; in pci_dvma_debug_fini()
1575 ptr->next = iommu_p->dvma_active_list; in pci_dvma_alloc_debug()
1576 iommu_p->dvma_active_list = ptr; in pci_dvma_alloc_debug()
1603 ptr_save = iommu_p->dvma_active_list; in pci_dvma_free_debug()
1614 if (ptr == iommu_p->dvma_active_list) in pci_dvma_free_debug()
1615 iommu_p->dvma_active_list = ptr->next; in pci_dvma_free_debug()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_iommu.h191 struct dvma_rec *dvma_active_list; member