Searched refs:dvma_active_list (Results 1 – 4 of 4) sorted by relevance
1266 mmu_p->dvma_active_list = NULL; in px_dvma_debug_init()1289 prev = mmu_p->dvma_active_list; in px_dvma_debug_fini()1296 mmu_p->dvma_active_list = NULL; in px_dvma_debug_fini()1331 ptr->next = mmu_p->dvma_active_list; in px_dvma_alloc_debug()1332 mmu_p->dvma_active_list = ptr; in px_dvma_alloc_debug()1359 ptr_save = mmu_p->dvma_active_list; in px_dvma_free_debug()1370 if (ptr == mmu_p->dvma_active_list) in px_dvma_free_debug()1371 mmu_p->dvma_active_list = ptr->next; in px_dvma_free_debug()
95 struct px_dvma_rec *dvma_active_list; member
1511 iommu_p->dvma_active_list = NULL; in pci_dvma_debug_init()1529 prev = iommu_p->dvma_active_list; in pci_dvma_debug_fini()1536 iommu_p->dvma_active_list = NULL; in pci_dvma_debug_fini()1571 ptr->next = iommu_p->dvma_active_list; in pci_dvma_alloc_debug()1572 iommu_p->dvma_active_list = ptr; in pci_dvma_alloc_debug()1599 ptr_save = iommu_p->dvma_active_list; in pci_dvma_free_debug()1610 if (ptr == iommu_p->dvma_active_list) in pci_dvma_free_debug()1611 iommu_p->dvma_active_list = ptr->next; in pci_dvma_free_debug()
191 struct dvma_rec *dvma_active_list; member