Searched refs:acpi_dmar_header (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | dmar.h | 19 struct acpi_dmar_header; 44 struct acpi_dmar_header *hdr; /* ACPI header */ 129 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop() 138 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg); 139 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg); 140 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg); 141 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
|
| /Linux-v5.10/drivers/iommu/intel/ |
| D | dmar.c | 37 typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *); 410 static int dmar_parse_one_drhd(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_drhd() 467 static int __init dmar_parse_one_andd(struct acpi_dmar_header *header, in dmar_parse_one_andd() 490 static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rhsa() 522 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry() 578 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries() 581 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries() 582 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries() 873 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd() 2088 struct acpi_dmar_header *start; in dmar_walk_dsm_resource() [all …]
|
| D | iommu.c | 305 struct acpi_dmar_header *hdr; /* ACPI header */ 314 struct acpi_dmar_header *hdr; /* ACPI header */ 4259 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr() 4319 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr() 4365 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr() 4381 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr()
|
| D | irq_remapping.c | 944 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()
|
| /Linux-v5.10/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;
|