Searched refs:acpi_dmar_header (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dmar.h | 31 struct acpi_dmar_header; 55 struct acpi_dmar_header *hdr; /* ACPI header */ 132 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop() 140 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg); 141 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg); 142 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg); 143 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
|
/linux-4.4.14/include/acpi/ |
D | actbl2.h | 419 struct acpi_dmar_header { struct 469 struct acpi_dmar_header header; 483 struct acpi_dmar_header header; 497 struct acpi_dmar_header header; 510 struct acpi_dmar_header header; 519 struct acpi_dmar_header header;
|
/linux-4.4.14/drivers/iommu/ |
D | dmar.c | 47 typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *); 375 static int dmar_parse_one_drhd(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_drhd() 432 static int __init dmar_parse_one_andd(struct acpi_dmar_header *header, in dmar_parse_one_andd() 454 static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rhsa() 486 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry() 544 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries() 548 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries() 549 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries() 834 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd() 1805 struct acpi_dmar_header *start; in dmar_walk_dsm_resource() [all …]
|
D | intel-iommu.c | 436 struct acpi_dmar_header *hdr; /* ACPI header */ 445 struct acpi_dmar_header *hdr; /* ACPI header */ 4060 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr() 4104 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr() 4150 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr() 4166 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr()
|
D | intel_irq_remapping.c | 889 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()
|