Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/intel/
H A Diommu.c3232 if (satc->segment != tmp->segment) in dmar_find_satc()
3236 if (memcmp(satc, tmp, satc->header.length) == 0) in dmar_find_satc()
3245 struct acpi_dmar_satc *satc; in dmar_parse_one_satc() local
3252 satcu = dmar_find_satc(satc); in dmar_parse_one_satc()
3262 satcu->atc_required = satc->flags & 0x1; in dmar_parse_one_satc()
3264 (void *)satc + satc->header.length, in dmar_parse_one_satc()
3393 struct acpi_dmar_satc *satc; in dmar_find_matched_satc_unit() local
3402 if (satc->segment != pci_domain_nr(dev->bus)) in dmar_find_matched_satc_unit()
3478 struct acpi_dmar_satc *satc; in dmar_iommu_notify_scope_dev() local
3523 (void *)satc + satc->header.length, in dmar_iommu_notify_scope_dev()
[all …]
H A Ddmar.c527 struct acpi_dmar_satc *satc; in dmar_table_print_dmar_entry() local
558 satc = container_of(header, struct acpi_dmar_satc, header); in dmar_table_print_dmar_entry()
559 pr_info("SATC flags: 0x%x\n", satc->flags); in dmar_table_print_dmar_entry()