Home
last modified time | relevance | path

Searched refs:acpi_dmar_header (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Ddmar.h31 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/
Dactbl2.h419 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/
Ddmar.c47 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 …]
Dintel-iommu.c436 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()
Dintel_irq_remapping.c889 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()