KasperskyOS Community Edition 1.1
KnIommuAttachDevice()
This function is declared in the coresrv/iommu/iommu_api.h
file.
Retcode KnIommuAttachDevice(rtl_uint16_t bdf);
This function adds the PCI device with the bdf
identifier to the IOMMU group of the calling process (IOMMU domain).
Returns rcOk if successful.
Page topKnIommuDetachDevice()
This function is declared in the coresrv/iommu/iommu_api.h
file.
Retcode KnIommuDetachDevice(rtl_uint16_t bdf);
This function removes the PCI device with the bdf
identifier from the IOMMU group of the calling process (IOMMU domain).
If successful, the function returns rcOk.
Page top