pub fn parse_dmar(dmar_data: &[u8]) -> KernelResult<DmarInfo>Expand description
Parse the ACPI DMAR table from raw bytes.
Walks the variable-length remapping structure entries and extracts DRHD (hardware unit) and RMRR (reserved memory) entries.
pub fn parse_dmar(dmar_data: &[u8]) -> KernelResult<DmarInfo>Parse the ACPI DMAR table from raw bytes.
Walks the variable-length remapping structure entries and extracts DRHD (hardware unit) and RMRR (reserved memory) entries.