Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
void
331
iommu_remove_device(void *dom, uint16_t rid)
332
{
333
334
IOMMU_REMOVE_DEVICE(dom, rid);
335
}
336
337
void
338
iommu_invalidate_tlb(void *domain)
Callers
3
ppt_attach
Function · 0.85
ppt_unassign_device
Function · 0.85
iommu_pci_delete
Function · 0.85
Calls
1
IOMMU_REMOVE_DEVICE
Function · 0.85
Tested by
no test coverage detected