Searched defs:dmar_rmrr_unit (Results 1 – 1 of 1) sorted by relevance
109 struct dmar_rmrr_unit { struct110 struct list_head list; /* list of rmrr units */111 struct acpi_dmar_header *hdr; /* ACPI header */112 u64 base_address; /* reserved base address*/136 static LIST_HEAD(dmar_rmrr_units); argument