Lines Matching refs:acpi_dmar_header
38 typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *);
407 static int dmar_parse_one_drhd(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_drhd()
464 static int __init dmar_parse_one_andd(struct acpi_dmar_header *header, in dmar_parse_one_andd()
487 static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rhsa()
519 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry()
580 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries()
583 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries()
584 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries()
878 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd()
2177 struct acpi_dmar_header *start; in dmar_walk_dsm_resource()
2197 start = (struct acpi_dmar_header *)obj->buffer.pointer; in dmar_walk_dsm_resource()
2205 static int dmar_hp_add_drhd(struct acpi_dmar_header *header, void *arg) in dmar_hp_add_drhd()
2221 static int dmar_hp_remove_drhd(struct acpi_dmar_header *header, void *arg) in dmar_hp_remove_drhd()
2247 static int dmar_hp_release_drhd(struct acpi_dmar_header *header, void *arg) in dmar_hp_release_drhd()