Home
last modified time | relevance | path

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

/linux/drivers/acpi/
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()
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 Dpptt.c27 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()
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()
229 entry = ACPI_ADD_PTR(struct acpi_subtable_header, entry, in acpi_pptt_leaf_node()
253 struct acpi_subtable_header *entry; in acpi_find_processor_node()
259 entry = ACPI_ADD_PTR(struct acpi_subtable_header, table_hdr, in acpi_find_processor_node()
[all …]
A Dtables.c57 void acpi_table_print_madt_entry(struct acpi_subtable_header *header) in acpi_table_print_madt_entry()
/linux/include/acpi/
A Dactbl2.h754 struct acpi_subtable_header header;
763 struct acpi_subtable_header header;
773 struct acpi_subtable_header header;
783 struct acpi_subtable_header header;
791 struct acpi_subtable_header header;
800 struct acpi_subtable_header header;
808 struct acpi_subtable_header header;
818 struct acpi_subtable_header header;
831 struct acpi_subtable_header header;
848 struct acpi_subtable_header header;
[all …]
A Dactbl3.h205 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 Dactbl1.h92 struct acpi_subtable_header { struct
403 struct acpi_subtable_header header;
/linux/drivers/mailbox/
A Dpcc.c441 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_irq()
491 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_db_reg()
548 struct acpi_subtable_header *pcct_entry) in pcc_parse_subspace_shmem()
631 struct acpi_subtable_header *pcct_entry; in pcc_mbox_probe()
662 pcct_entry = (struct acpi_subtable_header *) ( in pcc_mbox_probe()
693 pcct_entry = (struct acpi_subtable_header *) in pcc_mbox_probe()
/linux/arch/x86/boot/compressed/
A Dacpi.c377 struct acpi_subtable_header *sub_table; in count_immovable_mem_regions()
394 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/include/linux/
A Dacpi.h133 struct acpi_subtable_header common;
214 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry))
247 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);
1187 typedef bool (*acpi_probe_entry_validate_subtbl)(struct acpi_subtable_header *,
/linux/drivers/acpi/numa/
A Dsrat.c82 acpi_table_print_srat_entry(struct acpi_subtable_header *header) in acpi_table_print_srat_entry()
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_crat.c1870 struct acpi_subtable_header *sub_header = NULL; in kfd_find_numa_node_in_srat()
1896 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
1935 sub_header = (struct acpi_subtable_header *) in kfd_find_numa_node_in_srat()
/linux/drivers/irqchip/
A Dirq-gic.c1622 static bool __init gic_validate_dist(struct acpi_subtable_header *header, in gic_validate_dist()
A Dirq-gic-v3.c2167 static bool __init acpi_validate_gic_table(struct acpi_subtable_header *header, in acpi_validate_gic_table()

Completed in 51 milliseconds