Symbol: acpi_dmar_header
drivers/iommu/intel/dmar.c
2160
struct acpi_dmar_header *start;
drivers/iommu/intel/dmar.c
2180
start = (struct acpi_dmar_header *)obj->buffer.pointer;
drivers/iommu/intel/dmar.c
2188
static int dmar_hp_add_drhd(struct acpi_dmar_header *header, void *arg)
drivers/iommu/intel/dmar.c
2204
static int dmar_hp_remove_drhd(struct acpi_dmar_header *header, void *arg)
drivers/iommu/intel/dmar.c
2230
static int dmar_hp_release_drhd(struct acpi_dmar_header *header, void *arg)
drivers/iommu/intel/dmar.c
40
typedef int (*dmar_res_handler_t)(struct acpi_dmar_header *, void *);
drivers/iommu/intel/dmar.c
408
static int dmar_parse_one_drhd(struct acpi_dmar_header *header, void *arg)
drivers/iommu/intel/dmar.c
467
static int __init dmar_parse_one_andd(struct acpi_dmar_header *header,
drivers/iommu/intel/dmar.c
490
static int dmar_parse_one_rhsa(struct acpi_dmar_header *header, void *arg)
drivers/iommu/intel/dmar.c
522
dmar_table_print_dmar_entry(struct acpi_dmar_header *header)
drivers/iommu/intel/dmar.c
583
static int dmar_walk_remapping_entries(struct acpi_dmar_header *start,
drivers/iommu/intel/dmar.c
586
struct acpi_dmar_header *iter, *next;
drivers/iommu/intel/dmar.c
587
struct acpi_dmar_header *end = ((void *)start) + len;
drivers/iommu/intel/dmar.c
881
dmar_validate_one_drhd(struct acpi_dmar_header *entry, void *arg)
drivers/iommu/intel/iommu.c
169
struct acpi_dmar_header *hdr; /* ACPI header */
drivers/iommu/intel/iommu.c
178
struct acpi_dmar_header *hdr; /* ACPI header */
drivers/iommu/intel/iommu.c
186
struct acpi_dmar_header *hdr; /* ACPI header */
drivers/iommu/intel/iommu.c
1915
int __init dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg)
drivers/iommu/intel/iommu.c
1975
int dmar_parse_one_atsr(struct acpi_dmar_header *hdr, void *arg)
drivers/iommu/intel/iommu.c
2021
int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg)
drivers/iommu/intel/iommu.c
2037
int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg)
drivers/iommu/intel/iommu.c
2077
int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg)
drivers/iommu/intel/irq_remapping.c
918
static int ir_parse_ioapic_hpet_scope(struct acpi_dmar_header *header,
include/acpi/actbl1.h
870
struct acpi_dmar_header header;
include/acpi/actbl1.h
884
struct acpi_dmar_header header;
include/acpi/actbl1.h
898
struct acpi_dmar_header header;
include/acpi/actbl1.h
911
struct acpi_dmar_header header;
include/acpi/actbl1.h
920
struct acpi_dmar_header header;
include/acpi/actbl1.h
932
struct acpi_dmar_header header;
include/acpi/actbl1.h
941
struct acpi_dmar_header header;
include/linux/dmar.h
124
static inline int dmar_res_noop(struct acpi_dmar_header *hdr, void *arg)
include/linux/dmar.h
141
extern int dmar_parse_one_rmrr(struct acpi_dmar_header *header, void *arg);
include/linux/dmar.h
142
extern int dmar_parse_one_atsr(struct acpi_dmar_header *header, void *arg);
include/linux/dmar.h
143
extern int dmar_check_one_atsr(struct acpi_dmar_header *hdr, void *arg);
include/linux/dmar.h
144
extern int dmar_parse_one_satc(struct acpi_dmar_header *hdr, void *arg);
include/linux/dmar.h
145
extern int dmar_release_one_atsr(struct acpi_dmar_header *hdr, void *arg);
include/linux/dmar.h
19
struct acpi_dmar_header;
include/linux/dmar.h
40
struct acpi_dmar_header *hdr; /* ACPI header */