HomeSort by: relevance | last modified time | path
    Searched refs:ACPICPU_FLAG_P (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/acpi/
acpi_cpu.c 292 if ((sc->sc_flags & ACPICPU_FLAG_P) != 0)
303 if ((sc->sc_flags & ACPICPU_FLAG_P) != 0) {
576 if ((sc->sc_flags & ACPICPU_FLAG_P) == 0)
606 if ((sc->sc_flags & ACPICPU_FLAG_P) != 0)
628 if ((sc->sc_flags & ACPICPU_FLAG_P) != 0)
acpi_cpu_pstate.c 133 sc->sc_flags |= ACPICPU_FLAG_P;
162 if ((sc->sc_flags & ACPICPU_FLAG_P) == 0)
172 sc->sc_flags &= ~ACPICPU_FLAG_P;
183 sc->sc_flags &= ~ACPICPU_FLAG_P;
823 if (__predict_false((sc->sc_flags & ACPICPU_FLAG_P) == 0)) {
920 if (__predict_false((sc->sc_flags & ACPICPU_FLAG_P) == 0)) {
acpi_cpu.h 98 #define ACPICPU_FLAG_P __BIT(1) /* P-states supported */
acpi_cpu_tstate.c 186 if ((sc->sc_flags & ACPICPU_FLAG_P) != 0) {

Completed in 14 milliseconds