MCPcopy Create free account
hub / github.com/F-Stack/f-stack / iommu_remove_device

Function iommu_remove_device

freebsd/amd64/vmm/io/iommu.c:330–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void
331iommu_remove_device(void *dom, uint16_t rid)
332{
333
334 IOMMU_REMOVE_DEVICE(dom, rid);
335}
336
337void
338iommu_invalidate_tlb(void *domain)

Callers 3

ppt_attachFunction · 0.85
ppt_unassign_deviceFunction · 0.85
iommu_pci_deleteFunction · 0.85

Calls 1

IOMMU_REMOVE_DEVICEFunction · 0.85

Tested by

no test coverage detected