Searched refs:acpi_dmar_header (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | dmar.h | 31 struct acpi_dmar_header; 55 struct acpi_dmar_header *hdr; /* ACPI header */ 133 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop() 141 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg); 142 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg); 143 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg); 144 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
|
/Linux-v4.19/drivers/iommu/ |
D | dmar.c | 47 typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *); 390 static int dmar_parse_one_drhd(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_drhd() 447 static int __init dmar_parse_one_andd(struct acpi_dmar_header *header, in dmar_parse_one_andd() 469 static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rhsa() 501 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry() 557 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries() 560 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries() 561 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries() 852 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd() 1836 struct acpi_dmar_header *start; in dmar_walk_dsm_resource() [all …]
|
D | intel-iommu.c | 385 struct acpi_dmar_header *hdr; /* ACPI header */ 395 struct acpi_dmar_header *hdr; /* ACPI header */ 4181 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr() 4238 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr() 4284 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr() 4300 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr()
|
D | intel_irq_remapping.c | 897 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()
|
/Linux-v4.19/include/acpi/ |
D | actbl1.h | 504 struct acpi_dmar_header { struct 554 struct acpi_dmar_header header; 568 struct acpi_dmar_header header; 582 struct acpi_dmar_header header; 595 struct acpi_dmar_header header; 604 struct acpi_dmar_header header;
|