Home
last modified time | relevance | path

Searched defs:dmar_drhd_unit (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/linux/
Ddmar.h38 struct dmar_drhd_unit { struct
39 struct list_head list; /* list of drhd units */
40 struct acpi_dmar_header *hdr; /* ACPI header */
41 u64 reg_base_addr; /* register base address*/
42 struct dmar_dev_scope *devices;/* target device array */
43 int devices_cnt; /* target device count */
67 extern struct list_head dmar_drhd_units; argument