Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Ddmar.h19 struct acpi_dmar_header;
40 struct acpi_dmar_header *hdr; /* ACPI header */
124 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop()
141 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg);
142 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg);
143 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg);
144 extern int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg);
145 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
/linux-6.6.21/include/acpi/
Dactbl1.h800 struct acpi_dmar_header { struct
851 struct acpi_dmar_header header;
865 struct acpi_dmar_header header;
879 struct acpi_dmar_header header;
892 struct acpi_dmar_header header;
901 struct acpi_dmar_header header;
913 struct acpi_dmar_header header;
/linux-6.6.21/drivers/iommu/intel/
Ddmar.c39 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()
466 static int __init dmar_parse_one_andd(struct acpi_dmar_header *header, in dmar_parse_one_andd()
489 static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rhsa()
521 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry()
582 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries()
585 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries()
586 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries()
880 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd()
2225 struct acpi_dmar_header *start; in dmar_walk_dsm_resource()
[all …]
Diommu.c254 struct acpi_dmar_header *hdr; /* ACPI header */
263 struct acpi_dmar_header *hdr; /* ACPI header */
271 struct acpi_dmar_header *hdr; /* ACPI header */
3081 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr()
3141 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr()
3187 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr()
3203 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr()
3243 int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_satc()
Dirq_remapping.c934 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()