Home
last modified time | relevance | path

Searched refs:acpi_subtable_header (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/acpi/
H A Dprocessor_core.c32 static int map_lapic_id(struct acpi_subtable_header *entry, in map_lapic_id()
48 static int map_x2apic_id(struct acpi_subtable_header *entry, in map_x2apic_id()
65 static int map_lsapic_id(struct acpi_subtable_header *entry, in map_lsapic_id()
87 static int map_gicc_mpidr(struct acpi_subtable_header *entry, in map_gicc_mpidr()
113 static int map_rintc_hartid(struct acpi_subtable_header *entry, in map_rintc_hartid()
139 static int map_core_pic_id(struct acpi_subtable_header *entry, in map_core_pic_id()
175 while (entry + sizeof(struct acpi_subtable_header) < madt_end) { in map_madt_entry()
176 struct acpi_subtable_header *header = in map_madt_entry()
177 (struct acpi_subtable_header *)entry; in map_madt_entry()
238 struct acpi_subtable_header *heade in map_mat_entry()
[all...]
H A Dpptt.c24 static struct acpi_subtable_header *fetch_pptt_subtable(struct acpi_table_header *table_hdr, in fetch_pptt_subtable()
27 struct acpi_subtable_header *entry; in fetch_pptt_subtable()
30 if (pptt_ref < sizeof(struct acpi_subtable_header)) in fetch_pptt_subtable()
33 if (pptt_ref + sizeof(struct acpi_subtable_header) > table_hdr->length) in fetch_pptt_subtable()
36 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref); in fetch_pptt_subtable()
59 static struct acpi_subtable_header *acpi_get_pptt_resource(struct acpi_table_header *table_hdr, in acpi_get_pptt_resource()
105 struct acpi_subtable_header *res, in acpi_pptt_walk_cache()
152 struct acpi_subtable_header *res; in acpi_find_cache_level()
219 struct acpi_subtable_header *entry; in acpi_pptt_leaf_node()
230 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hd in acpi_pptt_leaf_node()
[all...]
H A Dtables.c46 void acpi_table_print_madt_entry(struct acpi_subtable_header *header) in acpi_table_print_madt_entry()
/linux/include/acpi/
H A Dactbl2.h526 struct acpi_subtable_header header;
1138 /* Values for MADT subtable type in struct acpi_subtable_header */
1174 * MADT Subtables, correspond to Type in struct acpi_subtable_header
1180 struct acpi_subtable_header header;
1189 struct acpi_subtable_header header;
1199 struct acpi_subtable_header header;
1209 struct acpi_subtable_header header;
1217 struct acpi_subtable_header header;
1226 struct acpi_subtable_header header;
1234 struct acpi_subtable_header heade
[all...]
H A Dactbl3.h189 /* Values for subtable type in struct acpi_subtable_header */
204 * SRAT Subtables, correspond to Type in struct acpi_subtable_header
210 struct acpi_subtable_header header;
226 struct acpi_subtable_header header;
245 struct acpi_subtable_header header;
261 struct acpi_subtable_header header;
275 struct acpi_subtable_header header;
290 struct acpi_subtable_header header;
307 struct acpi_subtable_header header;
H A Dactbl1.h96 struct acpi_subtable_header { struct
616 struct acpi_subtable_header header;
97 typeacpi_subtable_header global() argument
98 lengthacpi_subtable_header global() argument
/linux/arch/x86/boot/compressed/
H A Dacpi.c273 struct acpi_subtable_header *sub_table; in count_immovable_mem_regions()
290 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions()
292 sub_table = (struct acpi_subtable_header *)table; in count_immovable_mem_regions()
/linux/drivers/mailbox/
H A Dpcc.c648 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_irq()
705 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_db_reg()
762 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_shmem()
845 struct acpi_subtable_header *pcct_entry; in pcc_mbox_probe()
876 pcct_entry = (struct acpi_subtable_header *) ( in pcc_mbox_probe()
908 pcct_entry = (struct acpi_subtable_header *) in pcc_mbox_probe()
/linux/include/linux/
H A Dfw_table.h34 struct acpi_subtable_header common;
/linux/drivers/platform/x86/amd/hfi/
H A Dhfi.c75 struct acpi_subtable_header *pcct_entry;
357 struct acpi_subtable_header *pcct_entry; in amd_hfi_metadata_parser()
379 pcct_entry = (struct acpi_subtable_header *) ( in amd_hfi_metadata_parser()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2014 struct acpi_subtable_header *sub_header = NULL; in kfd_find_numa_node_in_srat()
2040 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
2079 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
/linux/drivers/irqchip/
H A Dirq-gic.c1578 static bool __init gic_validate_dist(struct acpi_subtable_header *header, in gic_validate_dist()
H A Dirq-gic-v3.c2542 static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header, in acpi_validate_gic_table()