Searched defs:dmar_rmrr_unit (Results 1 – 1 of 1) sorted by relevance
171 struct dmar_rmrr_unit { struct172 struct list_head list; /* list of rmrr units */173 struct acpi_dmar_header *hdr; /* ACPI header */174 u64 base_address; /* reserved base address*/198 static LIST_HEAD(dmar_rmrr_units); argument