Searched refs:dmar_handler (Results 1 – 2 of 2) sorted by relevance
127 int tboot_parse_dmar_table(acpi_table_handler dmar_handler);137 static inline int tboot_parse_dmar_table(acpi_table_handler dmar_handler) in tboot_parse_dmar_table() argument139 return acpi_table_parse(ACPI_SIG_DMAR, dmar_handler); in tboot_parse_dmar_table()
440 int __init tboot_parse_dmar_table(acpi_table_handler dmar_handler) in tboot_parse_dmar_table() argument450 return acpi_table_parse(ACPI_SIG_DMAR, dmar_handler); in tboot_parse_dmar_table()484 rc = dmar_handler(dmar_table); in tboot_parse_dmar_table()
Completed in 5 milliseconds