Searched defs:dmar_rmrr_unit (Results 1 – 1 of 1) sorted by relevance
286 struct dmar_rmrr_unit { struct287 struct list_head list; /* list of rmrr units */288 struct acpi_dmar_header *hdr; /* ACPI header */289 u64 base_address; /* reserved base address*/313 static LIST_HEAD(dmar_rmrr_units); argument