Home
last modified time | relevance | path

Searched refs:acpi_subtable_header (Results 1 – 16 of 16) 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 *header; in map_mat_entry()
[all …]
H A Dpptt.c31 struct acpi_subtable_header header;
43 static struct acpi_subtable_header *fetch_pptt_subtable(struct acpi_table_header *table_hdr, in fetch_pptt_subtable()
46 struct acpi_subtable_header *entry; in fetch_pptt_subtable()
49 if (pptt_ref < sizeof(struct acpi_subtable_header)) in fetch_pptt_subtable()
52 if (pptt_ref + sizeof(struct acpi_subtable_header) > table_hdr->length) in fetch_pptt_subtable()
55 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, pptt_ref); in fetch_pptt_subtable()
90 static struct acpi_subtable_header *acpi_get_pptt_resource(struct acpi_table_header *table_hdr, in acpi_get_pptt_resource()
136 struct acpi_subtable_header *res, in acpi_pptt_walk_cache()
183 struct acpi_subtable_header *res; in acpi_find_cache_level()
254 struct acpi_subtable_header *entry; 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.h529 struct acpi_subtable_header header;
1318 struct acpi_subtable_header header;
1327 struct acpi_subtable_header header;
1337 struct acpi_subtable_header header;
1347 struct acpi_subtable_header header;
1355 struct acpi_subtable_header header;
1364 struct acpi_subtable_header header;
1372 struct acpi_subtable_header header;
1382 struct acpi_subtable_header header;
1395 struct acpi_subtable_header header;
[all …]
H A Dactbl3.h210 struct acpi_subtable_header header;
226 struct acpi_subtable_header header;
246 struct acpi_subtable_header header;
262 struct acpi_subtable_header header;
276 struct acpi_subtable_header header;
291 struct acpi_subtable_header header;
308 struct acpi_subtable_header header;
H A Dactbl1.h97 struct acpi_subtable_header { struct
618 struct acpi_subtable_header header;
/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.c570 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_irq()
627 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_db_reg()
685 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_shmem()
768 struct acpi_subtable_header *pcct_entry; in pcc_mbox_probe()
799 pcct_entry = (struct acpi_subtable_header *) ( in pcc_mbox_probe()
836 pcct_entry = (struct acpi_subtable_header *) in pcc_mbox_probe()
/linux/drivers/platform/x86/amd/hfi/
H A Dhfi.c74 struct acpi_subtable_header *pcct_entry;
347 struct acpi_subtable_header *pcct_entry; in amd_hfi_metadata_parser()
369 pcct_entry = (struct acpi_subtable_header *) ( in amd_hfi_metadata_parser()
/linux/include/linux/
H A Dfw_table.h34 struct acpi_subtable_header common;
H A Dacpi.h210 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry))
252 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);
1360 typedef bool (*acpi_probe_entry_validate_subtbl)(struct acpi_subtable_header *,
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c2016 struct acpi_subtable_header *sub_header = NULL; in kfd_find_numa_node_in_srat()
2042 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
2081 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
/linux/drivers/acpi/numa/
H A Dsrat.c183 acpi_table_print_srat_entry(struct acpi_subtable_header *header) in acpi_table_print_srat_entry()
/linux/drivers/irqchip/
H A Dirq-gic-v5.c1189 static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header, in acpi_validate_gic_table()
H A Dirq-gic.c1580 static bool __init gic_validate_dist(struct acpi_subtable_header *header, in gic_validate_dist()
H A Dirq-gic-v3.c2428 static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header, in acpi_validate_gic_table()