Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Ddmar.h19 struct acpi_dmar_header;
40 struct acpi_dmar_header *hdr; /* ACPI header */
125 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop()
142 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg);
143 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg);
144 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg);
145 extern int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg);
146 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
/linux-6.1.9/include/acpi/
Dactbl1.h605 struct acpi_dmar_header { struct
656 struct acpi_dmar_header header;
670 struct acpi_dmar_header header;
684 struct acpi_dmar_header header;
697 struct acpi_dmar_header header;
706 struct acpi_dmar_header header;
715 struct acpi_dmar_header header;
/linux-6.1.9/drivers/iommu/intel/
Ddmar.c38 typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *);
407 static int dmar_parse_one_drhd(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_drhd()
464 static int __init dmar_parse_one_andd(struct acpi_dmar_header *header, in dmar_parse_one_andd()
487 static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rhsa()
519 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry()
580 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries()
583 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries()
584 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries()
878 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd()
2177 struct acpi_dmar_header *start; in dmar_walk_dsm_resource()
[all …]
Diommu.c249 struct acpi_dmar_header *hdr; /* ACPI header */
258 struct acpi_dmar_header *hdr; /* ACPI header */
266 struct acpi_dmar_header *hdr; /* ACPI header */
3259 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr()
3319 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr()
3365 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr()
3381 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr()
3421 int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_satc()
Dirq_remapping.c949 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()