Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A 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.15/include/acpi/
H A Dactbl1.h808 struct acpi_dmar_header { struct
859 struct acpi_dmar_header header;
873 struct acpi_dmar_header header;
887 struct acpi_dmar_header header;
900 struct acpi_dmar_header header;
909 struct acpi_dmar_header header;
921 struct acpi_dmar_header header;
/linux-6.15/drivers/iommu/intel/
H A Ddmar.c40 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()
2168 struct acpi_dmar_header *start; in dmar_walk_dsm_resource()
2188 start = (struct acpi_dmar_header *)obj->buffer.pointer; in dmar_walk_dsm_resource()
[all …]
H A Diommu.c171 struct acpi_dmar_header *hdr; /* ACPI header */
180 struct acpi_dmar_header *hdr; /* ACPI header */
188 struct acpi_dmar_header *hdr; /* ACPI header */
2449 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr()
2509 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr()
2555 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr()
2571 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr()
2611 int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_satc()
H A Dirq_remapping.c920 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()