Home
last modified time | relevance | path

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

/linux-2.6.39/include/acpi/
Dactbl1.h95 struct acpi_subtable_header { struct
173 struct acpi_subtable_header header;
644 struct acpi_subtable_header header;
653 struct acpi_subtable_header header;
663 struct acpi_subtable_header header;
673 struct acpi_subtable_header header;
681 struct acpi_subtable_header header;
690 struct acpi_subtable_header header;
698 struct acpi_subtable_header header;
708 struct acpi_subtable_header header;
[all …]
/linux-2.6.39/drivers/acpi/
Dprocessor_core.c41 static int map_lapic_id(struct acpi_subtable_header *entry, in map_lapic_id()
57 static int map_x2apic_id(struct acpi_subtable_header *entry, in map_x2apic_id()
74 static int map_lsapic_id(struct acpi_subtable_header *entry, in map_lsapic_id()
116 while (entry + sizeof(struct acpi_subtable_header) < madt_end) { in map_madt_entry()
117 struct acpi_subtable_header *header = in map_madt_entry()
118 (struct acpi_subtable_header *)entry; in map_madt_entry()
138 struct acpi_subtable_header *header; in map_mat_entry()
149 obj->buffer.length < sizeof(struct acpi_subtable_header)) { in map_mat_entry()
153 header = (struct acpi_subtable_header *)obj->buffer.pointer; in map_mat_entry()
Dtables.c47 void acpi_table_print_madt_entry(struct acpi_subtable_header *header) in acpi_table_print_madt_entry()
211 struct acpi_subtable_header *entry; in acpi_table_parse_entries()
236 entry = (struct acpi_subtable_header *) in acpi_table_parse_entries()
239 while (((unsigned long)entry) + sizeof(struct acpi_subtable_header) < in acpi_table_parse_entries()
248 entry = (struct acpi_subtable_header *) in acpi_table_parse_entries()
Dnuma.c86 acpi_table_print_srat_entry(struct acpi_subtable_header *header) in acpi_table_print_srat_entry()
203 acpi_parse_x2apic_affinity(struct acpi_subtable_header *header, in acpi_parse_x2apic_affinity()
221 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()
/linux-2.6.39/arch/ia64/kernel/
Dacpi.c61 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry))
188 acpi_parse_lapic_addr_ovr(struct acpi_subtable_header * header, in acpi_parse_lapic_addr_ovr()
206 acpi_parse_lsapic(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_lsapic()
227 acpi_parse_lapic_nmi(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_lapic_nmi()
241 acpi_parse_iosapic(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_iosapic()
256 acpi_parse_plat_int_src(struct acpi_subtable_header * header, in acpi_parse_plat_int_src()
340 acpi_parse_int_src_ovr(struct acpi_subtable_header * header, in acpi_parse_int_src_ovr()
361 acpi_parse_nmi_src(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_nmi_src()
/linux-2.6.39/arch/x86/kernel/acpi/
Dboot.c59 ((struct acpi_subtable_header *)entry)->length < sizeof(*entry))
219 acpi_parse_x2apic(struct acpi_subtable_header *header, const unsigned long end) in acpi_parse_x2apic()
248 acpi_parse_lapic(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_lapic()
273 acpi_parse_sapic(struct acpi_subtable_header *header, const unsigned long end) in acpi_parse_sapic()
291 acpi_parse_lapic_addr_ovr(struct acpi_subtable_header * header, in acpi_parse_lapic_addr_ovr()
307 acpi_parse_x2apic_nmi(struct acpi_subtable_header *header, in acpi_parse_x2apic_nmi()
326 acpi_parse_lapic_nmi(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_lapic_nmi()
348 acpi_parse_ioapic(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_ioapic()
399 acpi_parse_int_src_ovr(struct acpi_subtable_header * header, in acpi_parse_int_src_ovr()
439 acpi_parse_nmi_src(struct acpi_subtable_header * header, const unsigned long end) in acpi_parse_nmi_src()
/linux-2.6.39/include/linux/
Dacpi.h77 typedef int (*acpi_table_entry_handler) (struct acpi_subtable_header *header, const unsigned long e…
93 void acpi_table_print_madt_entry (struct acpi_subtable_header *madt);