Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dtboot.h127 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() argument
139 return acpi_table_parse(ACPI_SIG_DMAR, dmar_handler); in tboot_parse_dmar_table()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtboot.c440 int __init tboot_parse_dmar_table(acpi_table_handler dmar_handler) in tboot_parse_dmar_table() argument
450 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