Searched refs:atsr (Results 1 – 2 of 2) sorted by relevance
1953 static struct dmar_atsr_unit *dmar_find_atsr(struct acpi_dmar_atsr *atsr) in dmar_find_atsr() argument 1961 if (atsr->segment != tmp->segment) in dmar_find_atsr() 1963 if (atsr->header.length != tmp->header.length) in dmar_find_atsr() 1965 if (memcmp(atsr, tmp, atsr->header.length) == 0) in dmar_find_atsr() 1974 struct acpi_dmar_atsr *atsr; in dmar_parse_one_atsr() local 1980 atsr = container_of(hdr, struct acpi_dmar_atsr, header); in dmar_parse_one_atsr() 1981 atsru = dmar_find_atsr(atsr); in dmar_parse_one_atsr() 1996 atsru->include_all = atsr->flags & 0x1; in dmar_parse_one_atsr() 1998 atsru->devices = dmar_alloc_dev_scope((void *)(atsr in dmar_parse_one_atsr() 2020 struct acpi_dmar_atsr *atsr; dmar_release_one_atsr() local 2038 struct acpi_dmar_atsr *atsr; dmar_check_one_atsr() local 2229 struct acpi_dmar_atsr *atsr; dmar_ats_supported() local 2287 struct acpi_dmar_atsr *atsr; dmar_iommu_notify_scope_dev() local [all...]
526 struct acpi_dmar_atsr *atsr; in dmar_table_print_dmar_entry() local 545 atsr = container_of(header, struct acpi_dmar_atsr, header); in dmar_table_print_dmar_entry() 546 pr_info("ATSR flags: %#x\n", atsr->flags); in dmar_table_print_dmar_entry()