Home | History | Annotate | Download | only in acpi

Lines Matching defs:subtable

147 	ACPI_SUBTABLE_HEADER *subtable;
165 subtable = (ACPI_SUBTABLE_HEADER *)((char *)srat + srat_pos);
166 srat_pos += subtable->Length;
168 switch (subtable->Type) {
173 srat_cpu = (ACPI_SRAT_CPU_AFFINITY *)subtable;
194 srat_mem = (ACPI_SRAT_MEM_AFFINITY *)subtable;
211 srat_x2apic = (ACPI_SRAT_X2APIC_CPU_AFFINITY *)subtable;
241 srat_gicc = (ACPI_SRAT_GICC_AFFINITY *)subtable;
271 printf("ACPI SRAT subtable reserved, length: 0x%x\n",
272 subtable->Length);