Searched refs:acpi_dmar_header (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dmar.h | 19 struct acpi_dmar_header; 44 struct acpi_dmar_header *hdr; /* ACPI header */ 129 static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg) in dmar_res_noop() 138 extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg); 139 extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg); 140 extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg); 141 extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | dmar.c | 37 typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *); 410 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() 490 static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rhsa() 522 dmar_table_print_dmar_entry(struct acpi_dmar_header *header) in dmar_table_print_dmar_entry() 578 static int dmar_walk_remapping_entries(struct acpi_dmar_header *start, in dmar_walk_remapping_entries() 581 struct acpi_dmar_header *iter, *next; in dmar_walk_remapping_entries() 582 struct acpi_dmar_header *end = ((void *)start) + len; in dmar_walk_remapping_entries() 874 dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg) in dmar_validate_one_drhd() 2091 struct acpi_dmar_header *start; in dmar_walk_dsm_resource() [all …]
|
| H A D | iommu.c | 305 struct acpi_dmar_header *hdr; /* ACPI header */ 314 struct acpi_dmar_header *hdr; /* ACPI header */ 4350 int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg) in dmar_parse_one_rmrr() 4410 int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_parse_one_atsr() 4456 int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_release_one_atsr() 4472 int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg) in dmar_check_one_atsr()
|
| H A D | irq_remapping.c | 951 static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header, in ir_parse_ioapic_hpet_scope()
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | actbl1.h | 504 struct acpi_dmar_header { struct 554 struct acpi_dmar_header header; 568 struct acpi_dmar_header header; 582 struct acpi_dmar_header header; 595 struct acpi_dmar_header header; 604 struct acpi_dmar_header header;
|