Home
last modified time | relevance | path

Searched refs:cst_flags (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/acpica/
HDacpi_cpu_cstate.c72 uint32_t cst_flags; /* ACPI_CST_FLAG_ */ member
287 sc->cst_flags |= ACPI_CST_FLAG_ATTACHED; in acpi_cst_attach()
519 sc->cst_flags |= ACPI_CST_FLAG_PROBING | ACPI_CST_FLAG_MATCH_HT; in acpi_cst_cx_probe_cst()
558 sc->cst_flags &= ~ACPI_CST_FLAG_MATCH_HT; in acpi_cst_cx_probe_cst()
590 sc->cst_flags &= ~ACPI_CST_FLAG_MATCH_HT; in acpi_cst_cx_probe_cst()
621 if (sc->cst_flags & ACPI_CST_FLAG_MATCH_HT) { in acpi_cst_cx_probe_cst()
632 (sc1->cst_flags & ACPI_CST_FLAG_ATTACHED) == 0 || in acpi_cst_cx_probe_cst()
633 (sc1->cst_flags & ACPI_CST_FLAG_MATCH_HT) == 0) in acpi_cst_cx_probe_cst()
685 sc->cst_flags &= ~ACPI_CST_FLAG_PROBING; in acpi_cst_cx_probe_cst()
911 if (sc->cst_flags & ACPI_CST_FLAG_PROBING) { in acpi_cst_idle()