Searched refs:mp_wake (Results 1 – 1 of 1) sorted by relevance
205 mp_wake->mailbox_address = 0; in acpi_mp_disable_offlining()211 struct acpi_madt_multiproc_wakeup *mp_wake; in acpi_parse_mp_wake() local213 mp_wake = (struct acpi_madt_multiproc_wakeup *)header; in acpi_parse_mp_wake()221 if (!mp_wake) in acpi_parse_mp_wake()225 if (mp_wake->header.length < ACPI_MADT_MP_WAKEUP_SIZE_V0) in acpi_parse_mp_wake()230 acpi_mp_wake_mailbox_paddr = mp_wake->mailbox_address; in acpi_parse_mp_wake()232 if (mp_wake->version >= ACPI_MADT_MP_WAKEUP_VERSION_V1 && in acpi_parse_mp_wake()233 mp_wake->header.length >= ACPI_MADT_MP_WAKEUP_SIZE_V1) { in acpi_parse_mp_wake()234 if (acpi_mp_setup_reset(mp_wake->reset_vector)) { in acpi_parse_mp_wake()236 acpi_mp_disable_offlining(mp_wake); in acpi_parse_mp_wake()[all …]