Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtboot.h127 extern struct acpi_table_header *tboot_get_dmar_table(
137 #define tboot_get_dmar_table(dmar_tbl) (dmar_tbl) macro
/openbmc/linux/arch/x86/kernel/
H A Dtboot.c475 struct acpi_table_header *tboot_get_dmar_table(struct acpi_table_header *dmar_tbl) in tboot_get_dmar_table() function
/openbmc/linux/drivers/iommu/intel/
H A Ddmar.c661 dmar_tbl = tboot_get_dmar_table(dmar_tbl); in parse_dmar_table()