Searched refs:dvma_active_list (Results 1 – 4 of 4) sorted by relevance
1270 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()
95 struct px_dvma_rec *dvma_active_list; member
1515 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()
191 struct dvma_rec *dvma_active_list; member