Lines Matching refs:ape
2675 static struct acpi_probe_entry *ape;
2682 if (!ape->subtable_valid || ape->subtable_valid(&header->common, ape))
2683 if (!ape->probe_subtbl(header, end))
2697 for (ape = ap_head; nr; ape++, nr--) {
2698 if (ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) {
2700 acpi_table_parse_madt(ape->type, acpi_match_madt, 0);
2704 res = acpi_table_parse(ape->id, ape->probe_table);