Searched refs:acpi_subtable_header (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/acpi/ |
| D | processor_core.c | 35 static int map_lapic_id(struct acpi_subtable_header *entry, in map_lapic_id() 51 static int map_x2apic_id(struct acpi_subtable_header *entry, in map_x2apic_id() 68 static int map_lsapic_id(struct acpi_subtable_header *entry, in map_lsapic_id() 90 static int map_gicc_mpidr(struct acpi_subtable_header *entry, in map_gicc_mpidr() 127 while (entry + sizeof(struct acpi_subtable_header) < madt_end) { in map_madt_entry() 128 struct acpi_subtable_header *header = in map_madt_entry() 129 (struct acpi_subtable_header *)entry; in map_madt_entry() 169 struct acpi_subtable_header *header; in map_mat_entry() 180 obj->buffer.length < sizeof(struct acpi_subtable_header)) { in map_mat_entry() 184 header = (struct acpi_subtable_header *)obj->buffer.pointer; in map_mat_entry() [all …]
|
| D | pptt.c | 24 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() 103 struct acpi_subtable_header *res, in acpi_pptt_walk_cache() 140 struct acpi_subtable_header *res; in acpi_find_cache_level() 206 struct acpi_subtable_header *entry; in acpi_pptt_leaf_node() 217 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_pptt_leaf_node() [all …]
|
| D | numa.c | 117 acpi_table_print_srat_entry(struct acpi_subtable_header *header) in acpi_table_print_srat_entry()
|
| D | tables.c | 55 void acpi_table_print_madt_entry(struct acpi_subtable_header *header) in acpi_table_print_madt_entry()
|
| /Linux-v5.4/include/acpi/ |
| D | actbl2.h | 515 struct acpi_subtable_header header; 524 struct acpi_subtable_header header; 534 struct acpi_subtable_header header; 544 struct acpi_subtable_header header; 552 struct acpi_subtable_header header; 561 struct acpi_subtable_header header; 569 struct acpi_subtable_header header; 579 struct acpi_subtable_header header; 592 struct acpi_subtable_header header; 609 struct acpi_subtable_header header; [all …]
|
| D | actbl3.h | 204 struct acpi_subtable_header header; 220 struct acpi_subtable_header header; 239 struct acpi_subtable_header header; 255 struct acpi_subtable_header header; 269 struct acpi_subtable_header header; 278 struct acpi_subtable_header header;
|
| D | actbl1.h | 90 struct acpi_subtable_header { struct 319 struct acpi_subtable_header header;
|
| /Linux-v5.4/arch/x86/boot/compressed/ |
| D | acpi.c | 378 struct acpi_subtable_header *sub_table; in count_immovable_mem_regions() 395 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions() 396 sub_table = (struct acpi_subtable_header *)table; in count_immovable_mem_regions()
|
| /Linux-v5.4/drivers/mailbox/ |
| D | pcc.c | 432 struct acpi_subtable_header *pcct_entry; in acpi_pcc_probe() 489 pcct_entry = (struct acpi_subtable_header *) ( in acpi_pcc_probe() 520 pcct_entry = (struct acpi_subtable_header *) in acpi_pcc_probe()
|
| /Linux-v5.4/include/linux/ |
| D | acpi.h | 133 struct acpi_subtable_header common; 213 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry)) 242 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt); 1066 typedef bool (*acpi_probe_entry_validate_subtbl)(struct acpi_subtable_header *,
|
| /Linux-v5.4/drivers/irqchip/ |
| D | irq-gic.c | 1547 static bool __init gic_validate_dist(struct acpi_subtable_header *header, in gic_validate_dist() 1596 static int __init gic_v2_acpi_init(struct acpi_subtable_header *header, in gic_v2_acpi_init()
|
| D | irq-gic-v3.c | 1935 static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header, in acpi_validate_gic_table() 2036 gic_acpi_init(struct acpi_subtable_header *header, const unsigned long end) in gic_acpi_init()
|