Searched refs:remove_device (Results 1 – 8 of 8) sorted by relevance
/xen/xen/include/xen/ |
A D | iommu.h | 242 int (*remove_device)(u8 devfn, device_t *dev); member
|
/xen/tools/flask/policy/modules/ |
A D | xen.if | 204 …allow $1 $2:resource { setup stat_device add_device add_irq add_iomem add_ioport remove_device rem…
|
/xen/xen/drivers/passthrough/amd/ |
A D | pci_amd_iommu.c | 623 .remove_device = amd_iommu_remove_device,
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 1472 rc = hd->platform_ops->remove_device(devfn, pci_to_dev(pdev)); in iommu_remove_device() 1481 return hd->platform_ops->remove_device(pdev->devfn, pci_to_dev(pdev)); in iommu_remove_device()
|
/xen/tools/libxl/ |
A D | libxl_device.c | 1602 static int remove_device(libxl__egc *egc, libxl__ao *ao, in remove_device() function 1728 rc = remove_device(egc, nested_ao, dguest, ddev); in backend_watch_callback()
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 458 remove_device
|
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 2746 .remove_device = intel_iommu_remove_device,
|
/xen/xen/drivers/passthrough/arm/ |
A D | smmu.c | 2007 .remove_device = arm_smmu_remove_device,
|
Completed in 22 milliseconds