Searched refs:acpi_dmar_header (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | dmar.h | 19 struct acpi_dmar_header; 40 struct acpi_dmar_header *hdr; /* ACPI header */ 126 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop() 143 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg); 144 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg); 145 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg); 146 extern int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg); 147 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
|
/linux-6.3-rc2/include/acpi/ |
A D | actbl1.h | 754 struct acpi_dmar_header { struct 805 struct acpi_dmar_header header; 819 struct acpi_dmar_header header; 833 struct acpi_dmar_header header; 846 struct acpi_dmar_header header; 855 struct acpi_dmar_header header; 864 struct acpi_dmar_header header;
|
/linux-6.3-rc2/drivers/iommu/intel/ |
A D | dmar.c | 39 typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *); 408 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() 522 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry() 583 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries() 586 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries() 587 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries() 881 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd() 2209 struct acpi_dmar_header *start; in dmar_walk_dsm_resource() 2229 start = (struct acpi_dmar_header *)obj->buffer.pointer; in dmar_walk_dsm_resource() [all …]
|
A D | iommu.c | 249 struct acpi_dmar_header *hdr; /* ACPI header */ 258 struct acpi_dmar_header *hdr; /* ACPI header */ 266 struct acpi_dmar_header *hdr; /* ACPI header */ 3217 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr() 3277 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr() 3323 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr() 3339 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr() 3379 int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_satc()
|
A D | irq_remapping.c | 942 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()
|
Completed in 26 milliseconds