Searched refs:acpi_subtable_header (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/acpi/ |
D | processor_core.c | 34 static int map_lapic_id(struct acpi_subtable_header *entry, in map_lapic_id() 50 static int map_x2apic_id(struct acpi_subtable_header *entry, in map_x2apic_id() 67 static int map_lsapic_id(struct acpi_subtable_header *entry, in map_lsapic_id() 89 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() 152 struct acpi_subtable_header *header; in map_mat_entry() 163 obj->buffer.length < sizeof(struct acpi_subtable_header)) { in map_mat_entry() 167 header = (struct acpi_subtable_header *)obj->buffer.pointer; in map_mat_entry() [all …]
|
D | numa.c | 87 acpi_table_print_srat_entry(struct acpi_subtable_header *header) in acpi_table_print_srat_entry() 201 acpi_parse_x2apic_affinity(struct acpi_subtable_header *header, in acpi_parse_x2apic_affinity() 219 acpi_parse_processor_affinity(struct acpi_subtable_header *header, in acpi_parse_processor_affinity() 239 acpi_parse_memory_affinity(struct acpi_subtable_header * header, in acpi_parse_memory_affinity()
|
D | tables.c | 55 void acpi_table_print_madt_entry(struct acpi_subtable_header *header) in acpi_table_print_madt_entry() 223 struct acpi_subtable_header *entry; in acpi_parse_entries() 245 entry = (struct acpi_subtable_header *) in acpi_parse_entries() 248 while (((unsigned long)entry) + sizeof(struct acpi_subtable_header) < in acpi_parse_entries() 267 entry = (struct acpi_subtable_header *) in acpi_parse_entries()
|
/linux-4.1.27/include/acpi/ |
D | actbl1.h | 101 struct acpi_subtable_header { struct 179 struct acpi_subtable_header header; 686 struct acpi_subtable_header header; 695 struct acpi_subtable_header header; 705 struct acpi_subtable_header header; 715 struct acpi_subtable_header header; 723 struct acpi_subtable_header header; 732 struct acpi_subtable_header header; 740 struct acpi_subtable_header header; 750 struct acpi_subtable_header header; [all …]
|
D | actbl3.h | 467 struct acpi_subtable_header header; 482 struct acpi_subtable_header header;
|
/linux-4.1.27/drivers/mailbox/ |
D | pcc.c | 215 static int parse_pcc_subspace(struct acpi_subtable_header *header, in parse_pcc_subspace() 242 struct acpi_subtable_header *pcct_entry; in acpi_pcc_probe() 275 pcct_entry = (struct acpi_subtable_header *) ( in acpi_pcc_probe() 280 pcct_entry = (struct acpi_subtable_header *) in acpi_pcc_probe()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | acpi.c | 180 acpi_parse_lapic_addr_ovr(struct acpi_subtable_header * header, in acpi_parse_lapic_addr_ovr() 198 acpi_parse_lsapic(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_lsapic() 219 acpi_parse_lapic_nmi(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_lapic_nmi() 233 acpi_parse_iosapic(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_iosapic() 248 acpi_parse_plat_int_src(struct acpi_subtable_header * header, in acpi_parse_plat_int_src() 332 acpi_parse_int_src_ovr(struct acpi_subtable_header * header, in acpi_parse_int_src_ovr() 353 acpi_parse_nmi_src(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_nmi_src()
|
/linux-4.1.27/arch/x86/kernel/acpi/ |
D | boot.c | 189 acpi_parse_x2apic(struct acpi_subtable_header *header, const unsigned long end) in acpi_parse_x2apic() 224 acpi_parse_lapic(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_lapic() 249 acpi_parse_sapic(struct acpi_subtable_header *header, const unsigned long end) in acpi_parse_sapic() 267 acpi_parse_lapic_addr_ovr(struct acpi_subtable_header * header, in acpi_parse_lapic_addr_ovr() 283 acpi_parse_x2apic_nmi(struct acpi_subtable_header *header, in acpi_parse_x2apic_nmi() 302 acpi_parse_lapic_nmi(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_lapic_nmi() 448 acpi_parse_ioapic(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_ioapic() 503 acpi_parse_int_src_ovr(struct acpi_subtable_header * header, in acpi_parse_int_src_ovr() 545 acpi_parse_nmi_src(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_nmi_src()
|
/linux-4.1.27/include/linux/ |
D | acpi.h | 110 typedef int (*acpi_tbl_entry_handler)(struct acpi_subtable_header *header, 123 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry)) 147 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);
|
/linux-4.1.27/arch/arm64/kernel/ |
D | acpi.c | 168 acpi_parse_gic_cpu_interface(struct acpi_subtable_header *header, in acpi_parse_gic_cpu_interface()
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-gic.c | 1056 gic_acpi_parse_madt_cpu(struct acpi_subtable_header *header, in gic_acpi_parse_madt_cpu() 1082 gic_acpi_parse_madt_distributor(struct acpi_subtable_header *header, in gic_acpi_parse_madt_distributor()
|