Struct IommuContextTable
Source pub struct IommuContextTable {
pub phys_addr: u64,
pub bus: u8,
}
Expand description
IOMMU context table (256 entries per PCI bus, page-aligned).
Each entry maps a PCI device:function pair to a DMA domain with its
own set of page tables.
Physical address of the context table page.
PCI bus number this table covers.
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
[From]<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.