Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Ddmar.c470 struct acpi_dmar_andd *andd = (void *)header; in dmar_parse_one_andd() local
473 if (strnlen(andd->device_name, header->length - 8) == header->length - 8) { in dmar_parse_one_andd()
483 pr_info("ANDD device: %x name: %s\n", andd->device_number, in dmar_parse_one_andd()
484 andd->device_name); in dmar_parse_one_andd()
767 struct acpi_dmar_andd *andd; in dmar_acpi_dev_scope_init() local
772 for (andd = (void *)dmar_tbl + sizeof(struct acpi_table_dmar); in dmar_acpi_dev_scope_init()
773 ((unsigned long)andd) < ((unsigned long)dmar_tbl) + dmar_tbl->length; in dmar_acpi_dev_scope_init()
774 andd = ((void *)andd) + andd in dmar_acpi_dev_scope_init()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Ddmar.c469 struct acpi_dmar_andd *andd = (void *)header; in dmar_parse_one_andd() local
472 if (strnlen(andd->device_name, header->length - 8) == header->length - 8) { in dmar_parse_one_andd()
482 pr_info("ANDD device: %x name: %s\n", andd->device_number, in dmar_parse_one_andd()
483 andd->device_name); in dmar_parse_one_andd()
772 struct acpi_dmar_andd *andd; in dmar_acpi_dev_scope_init() local
777 for (andd = (void *)dmar_tbl + sizeof(struct acpi_table_dmar); in dmar_acpi_dev_scope_init()
778 ((unsigned long)andd) < ((unsigned long)dmar_tbl) + dmar_tbl->length; in dmar_acpi_dev_scope_init()
779 andd = ((void *)andd) + andd in dmar_acpi_dev_scope_init()
[all...]

Completed in 6 milliseconds