Searched defs:dmar_rmrr_unit (Results 1 – 1 of 1) sorted by relevance
247 struct dmar_rmrr_unit { struct248 struct list_head list; /* list of rmrr units */249 struct acpi_dmar_header *hdr; /* ACPI header */250 u64 base_address; /* reserved base address*/274 static LIST_HEAD(dmar_rmrr_units); argument