Searched refs:MWAIT_WAKEUP_IPI (Results 1 – 2 of 2) sorted by relevance
296 if (*mcpu_mwait != MWAIT_WAKEUP_IPI) { in acpi_cpu_mwait_ipi_check_wakeup()352 *mcpu_mwait = MWAIT_WAKEUP_IPI; in acpi_cpu_cstate()476 if ((*mcpu_mwait & ~MWAIT_WAKEUP_IPI) == MWAIT_HALTED) { in acpi_cpu_cstate()479 if ((*mcpu_mwait & ~MWAIT_WAKEUP_IPI) == in acpi_cpu_cstate()517 if (*mcpu_mwait == MWAIT_WAKEUP_IPI) { in acpi_cpu_cstate()520 if (*mcpu_mwait == MWAIT_WAKEUP_IPI) { in acpi_cpu_cstate()
155 #define MWAIT_WAKEUP_IPI (2) /* need IPI to wakeup */ macro