Home
last modified time | relevance | path

Searched refs:andd (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/iommu/intel/
Ddmar.c467 struct acpi_dmar_andd *andd = (void *)header; in dmar_parse_one_andd() local
470 if (strnlen(andd->device_name, header->length - 8) == header->length - 8) { in dmar_parse_one_andd()
480 pr_info("ANDD device: %x name: %s\n", andd->device_number, in dmar_parse_one_andd()
481 andd->device_name); in dmar_parse_one_andd()
770 struct acpi_dmar_andd *andd; in dmar_acpi_dev_scope_init() local
775 for (andd = (void *)dmar_tbl + sizeof(struct acpi_table_dmar); in dmar_acpi_dev_scope_init()
776 ((unsigned long)andd) < ((unsigned long)dmar_tbl) + dmar_tbl->length; in dmar_acpi_dev_scope_init()
777 andd = ((void *)andd) + andd->header.length) { in dmar_acpi_dev_scope_init()
778 if (andd->header.type == ACPI_DMAR_TYPE_NAMESPACE) { in dmar_acpi_dev_scope_init()
783 andd->device_name, in dmar_acpi_dev_scope_init()
[all …]