HomeSort by: relevance | last modified time | path
    Searched defs:aperf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/acpi/
acpi_cpu_md.c 291 * Also check for APERF and MPERF,
466 * Reset the APERF and MPERF counters.
604 * configured during the boot, whereas APERF counts at the
627 uint64_t aperf, mperf; local
638 aperf = sc->sc_pstate_aperf;
648 aperf = sc->sc_pstate_aperf - aperf;
652 rv = (aperf * 100) / mperf;
728 * If the value was not found, try APERF/MPERF.

Completed in 22 milliseconds