Lines Matching refs:ape
2294 static struct acpi_probe_entry *ape;
2301 if (!ape->subtable_valid || ape->subtable_valid(&header->common, ape))
2302 if (!ape->probe_subtbl(header, end))
2316 for (ape = ap_head; nr; ape++, nr--) {
2317 if (ACPI_COMPARE_NAMESEG(ACPI_SIG_MADT, ape->id)) {
2319 acpi_table_parse_madt(ape->type, acpi_match_madt, 0);
2323 res = acpi_table_parse(ape->id, ape->probe_table);