Searched refs:acpi_subtable_header (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/acpi/
H A Dprocessor_core.c32 static int map_lapic_id(struct acpi_subtable_header *entry,
48 static int map_x2apic_id(struct acpi_subtable_header *entry,
65 static int map_lsapic_id(struct acpi_subtable_header *entry,
87 static int map_gicc_mpidr(struct acpi_subtable_header *entry,
112 static int map_rintc_hartid(struct acpi_subtable_header *entry,
138 static int map_core_pic_id(struct acpi_subtable_header *entry,
174 while (entry + sizeof(struct acpi_subtable_header) < madt_end) {
175 struct acpi_subtable_header *header =
176 (struct acpi_subtable_header *)entry;
222 struct acpi_subtable_header *heade
[all...]
H A Dpptt.c24 static struct acpi_subtable_header *fetch_pptt_subtable(struct acpi_table_header *table_hdr,
27 struct acpi_subtable_header *entry;
30 if (pptt_ref < sizeof(struct acpi_subtable_header))
33 if (pptt_ref + sizeof(struct acpi_subtable_header) > table_hdr->length)
36 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref);
59 static struct acpi_subtable_header *acpi_get_pptt_resource(struct acpi_table_header *table_hdr,
105 struct acpi_subtable_header *res,
152 struct acpi_subtable_header *res;
219 struct acpi_subtable_header *entry;
230 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hd
[all...]
H A Dtables.c46 void acpi_table_print_madt_entry(struct acpi_subtable_header *header)
/linux-master/include/linux/
H A Dfw_table.h34 struct acpi_subtable_header common;
H A Dacpi.h207 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry))
238 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);
1306 typedef bool (*acpi_probe_entry_validate_subtbl)(struct acpi_subtable_header *,
/linux-master/include/acpi/
H A Dactbl3.h185 /* Values for subtable type in struct acpi_subtable_header */
200 * SRAT Subtables, correspond to Type in struct acpi_subtable_header
206 struct acpi_subtable_header header;
222 struct acpi_subtable_header header;
241 struct acpi_subtable_header header;
257 struct acpi_subtable_header header;
271 struct acpi_subtable_header header;
286 struct acpi_subtable_header header;
303 struct acpi_subtable_header header;
H A Dactbl2.h945 /* Values for MADT subtable type in struct acpi_subtable_header */
981 * MADT Subtables, correspond to Type in struct acpi_subtable_header
987 struct acpi_subtable_header header;
996 struct acpi_subtable_header header;
1006 struct acpi_subtable_header header;
1016 struct acpi_subtable_header header;
1024 struct acpi_subtable_header header;
1033 struct acpi_subtable_header header;
1041 struct acpi_subtable_header header;
1051 struct acpi_subtable_header heade
[all...]
H A Dactbl1.h96 struct acpi_subtable_header { struct
603 struct acpi_subtable_header header;
/linux-master/arch/x86/boot/compressed/
H A Dacpi.c273 struct acpi_subtable_header *sub_table;
290 while (table + sizeof(struct acpi_subtable_header) < table_end) {
292 sub_table = (struct acpi_subtable_header *)table;
/linux-master/drivers/mailbox/
H A Dpcc.c510 struct acpi_subtable_header *pcct_entry)
567 struct acpi_subtable_header *pcct_entry)
624 struct acpi_subtable_header *pcct_entry)
707 struct acpi_subtable_header *pcct_entry;
738 pcct_entry = (struct acpi_subtable_header *) (
770 pcct_entry = (struct acpi_subtable_header *)
/linux-master/drivers/acpi/numa/
H A Dsrat.c84 acpi_table_print_srat_entry(struct acpi_subtable_header *header)
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1977 struct acpi_subtable_header *sub_header = NULL;
2003 sub_header = (struct acpi_subtable_header *)
2042 sub_header = (struct acpi_subtable_header *)
/linux-master/drivers/irqchip/
H A Dirq-gic.c1578 static bool __init gic_validate_dist(struct acpi_subtable_header *header,
H A Dirq-gic-v3.c2459 static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header,

Completed in 505 milliseconds