Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddmar.h144 extern int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg);
156 #define dmar_parse_one_satc dmar_res_noop macro
/openbmc/linux/drivers/iommu/intel/
H A Ddmar.c648 .cb[ACPI_DMAR_TYPE_SATC] = &dmar_parse_one_satc, in parse_dmar_table()
H A Diommu.c3243 int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_satc() function