Searched refs:acpi_subtable_header (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/drivers/acpi/ |
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() 124 while (entry + sizeof(struct acpi_subtable_header) < madt_end) { in map_madt_entry() 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() 177 obj->buffer.length < sizeof(struct acpi_subtable_header)) { in map_mat_entry() 181 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() 141 struct acpi_subtable_header *res; in acpi_find_cache_level() 207 struct acpi_subtable_header *entry; in acpi_pptt_leaf_node() 218 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_pptt_leaf_node() [all …]
|
D | tables.c | 58 void acpi_table_print_madt_entry(struct acpi_subtable_header *header) in acpi_table_print_madt_entry()
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | acpi.h | 103 struct acpi_subtable_header header; 113 struct acpi_subtable_header header; 124 struct acpi_subtable_header header; 134 struct acpi_subtable_header header; 144 struct acpi_subtable_header header; 155 struct acpi_subtable_header header; 165 struct acpi_subtable_header header;
|
/Linux-v6.1/include/acpi/ |
D | actbl2.h | 879 struct acpi_subtable_header header; 888 struct acpi_subtable_header header; 898 struct acpi_subtable_header header; 908 struct acpi_subtable_header header; 916 struct acpi_subtable_header header; 925 struct acpi_subtable_header header; 933 struct acpi_subtable_header header; 943 struct acpi_subtable_header header; 956 struct acpi_subtable_header header; 973 struct acpi_subtable_header header; [all …]
|
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;
|
D | actbl1.h | 92 struct acpi_subtable_header { struct 407 struct acpi_subtable_header header;
|
/Linux-v6.1/arch/x86/boot/compressed/ |
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-v6.1/drivers/mailbox/ |
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-v6.1/include/linux/ |
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); 1285 typedef bool (*acpi_probe_entry_validate_subtbl)(struct acpi_subtable_header *,
|
/Linux-v6.1/drivers/acpi/numa/ |
D | srat.c | 82 acpi_table_print_srat_entry(struct acpi_subtable_header *header) in acpi_table_print_srat_entry()
|
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 2064 struct acpi_subtable_header *sub_header = NULL; in kfd_find_numa_node_in_srat() 2090 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat() 2129 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-gic.c | 1636 static bool __init gic_validate_dist(struct acpi_subtable_header *header, in gic_validate_dist()
|
D | irq-gic-v3.c | 2283 static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header, in acpi_validate_gic_table()
|