Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/acpi/
Dactbl2.h417 struct acpi_dmar_header { struct
467 struct acpi_dmar_header header;
481 struct acpi_dmar_header header;
495 struct acpi_dmar_header header;
508 struct acpi_dmar_header header;
517 struct acpi_dmar_header header;
/linux-4.1.27/drivers/iommu/
Ddmar.c47 typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *);
374 static int dmar_parse_one_drhd(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_drhd()
431 static int __init dmar_parse_one_andd(struct acpi_dmar_header *header, in dmar_parse_one_andd()
453 static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rhsa()
485 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry()
543 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries()
547 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries()
548 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries()
833 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd()
1793 struct acpi_dmar_header *start; in dmar_walk_dsm_resource()
[all …]
Dintel-iommu.c359 struct acpi_dmar_header *hdr; /* ACPI header */
368 struct acpi_dmar_header *hdr; /* ACPI header */
3680 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr()
3724 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr()
3770 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr()
3786 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr()
Dintel_irq_remapping.c811 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()