Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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 unsigned long reg_size; /* size of register set */
43 struct dmar_dev_scope *devices;/* target device array */
44 int devices_cnt; /* target device count */
68 extern struct list_head dmar_drhd_units; argument
/kernel/linux/linux-5.10/include/linux/
Ddmar.h42 struct dmar_drhd_unit { struct
43 struct list_head list; /* list of drhd units */
44 struct acpi_dmar_header *hdr; /* ACPI header */
45 u64 reg_base_addr; /* register base address*/
46 struct dmar_dev_scope *devices;/* target device array */
47 int devices_cnt; /* target device count */
71 extern struct list_head dmar_drhd_units; argument