Searched refs:acpi_subtable_header (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/acpi/ |
A D | processor_core.c | 32 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() 125 struct acpi_subtable_header *header = in map_madt_entry() 126 (struct acpi_subtable_header *)entry; in map_madt_entry() 166 struct acpi_subtable_header *header; in map_mat_entry() 181 header = (struct acpi_subtable_header *)obj->buffer.pointer; in map_mat_entry() 280 struct acpi_subtable_header *hdr; in parse_madt_ioapic_entry() 295 hdr = (struct acpi_subtable_header *)entry; in parse_madt_ioapic_entry() [all …]
|
A D | pptt.c | 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() 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_hdr, in acpi_pptt_leaf_node() 241 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry, in acpi_pptt_leaf_node() 265 struct acpi_subtable_header *entry; in acpi_find_processor_node() 271 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_find_processor_node() [all …]
|
A D | tables.c | 58 void acpi_table_print_madt_entry(struct acpi_subtable_header *header) in acpi_table_print_madt_entry()
|
/linux-6.3-rc2/include/acpi/ |
A D | actbl2.h | 905 struct acpi_subtable_header header; 914 struct acpi_subtable_header header; 924 struct acpi_subtable_header header; 934 struct acpi_subtable_header header; 942 struct acpi_subtable_header header; 951 struct acpi_subtable_header header; 959 struct acpi_subtable_header header; 969 struct acpi_subtable_header header; 982 struct acpi_subtable_header header; 999 struct acpi_subtable_header header; [all …]
|
A D | actbl3.h | 205 struct acpi_subtable_header header; 221 struct acpi_subtable_header header; 240 struct acpi_subtable_header header; 256 struct acpi_subtable_header header; 270 struct acpi_subtable_header header; 283 struct acpi_subtable_header header;
|
A D | actbl1.h | 95 struct acpi_subtable_header { struct 556 struct acpi_subtable_header header;
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | acpi.c | 271 struct acpi_subtable_header *sub_table; in count_immovable_mem_regions() 288 while (table + sizeof(struct acpi_subtable_header) < table_end) { in count_immovable_mem_regions() 290 sub_table = (struct acpi_subtable_header *)table; in count_immovable_mem_regions()
|
/linux-6.3-rc2/drivers/mailbox/ |
A D | pcc.c | 443 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_irq() 493 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_db_reg() 550 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_shmem() 633 struct acpi_subtable_header *pcct_entry; in pcc_mbox_probe() 664 pcct_entry = (struct acpi_subtable_header *) ( in pcc_mbox_probe() 695 pcct_entry = (struct acpi_subtable_header *) in pcc_mbox_probe()
|
/linux-6.3-rc2/include/linux/ |
A D | acpi.h | 134 struct acpi_subtable_header common; 219 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry)) 268 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt); 1303 typedef bool (*acpi_probe_entry_validate_subtbl)(struct acpi_subtable_header *,
|
/linux-6.3-rc2/drivers/acpi/numa/ |
A D | srat.c | 82 acpi_table_print_srat_entry(struct acpi_subtable_header *header) in acpi_table_print_srat_entry()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_crat.c | 1892 struct acpi_subtable_header *sub_header = NULL; in kfd_find_numa_node_in_srat() 1918 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat() 1957 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
|
/linux-6.3-rc2/drivers/irqchip/ |
A D | irq-gic.c | 1635 static bool __init gic_validate_dist(struct acpi_subtable_header *header, in gic_validate_dist()
|
A D | irq-gic-v3.c | 2265 static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header, in acpi_validate_gic_table()
|
Completed in 47 milliseconds