Home
last modified time | relevance | path

Searched refs:pdev_list (Results 1 – 7 of 7) sorted by relevance

/xen/xen/include/xen/
A Dpci.h138 list_for_each_entry(pdev, &(domain)->pdev_list, domain_list)
140 #define has_arch_pdevs(d) (!list_empty(&(d)->pdev_list))
A Dsched.h405 struct list_head pdev_list; member
/xen/xen/drivers/passthrough/
A Dpci.c473 list_add(&pdev->domain_list, &dom_xen->pdev_list); in _pci_hide_device()
802 list_add(&pdev->domain_list, &hardware_domain->pdev_list); in pci_add_device()
1216 list_add(&pdev->domain_list, &ctxt->d->pdev_list); in _setup_hwdom_pci_devices()
/xen/xen/drivers/passthrough/amd/
A Dpci_amd_iommu.c346 list_move(&pdev->domain_list, &target->pdev_list); in reassign_device()
/xen/xen/drivers/passthrough/vtd/
A Diommu.c2402 list_move(&pdev->domain_list, &dom_io->pdev_list); in reassign_device_ownership()
2423 list_move(&pdev->domain_list, &target->pdev_list); in reassign_device_ownership()
/xen/xen/common/
A Ddomain.c427 INIT_LIST_HEAD(&d->pdev_list); in domain_create()
/xen/tools/xentrace/
A Dxenalyze.c8379 } *pdev_list; variable
8397 for ( d = pdev_list, q=&pdev_list ; in pdev_find()

Completed in 43 milliseconds