Home
last modified time | relevance | path

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

/freebsd/sys/dev/acpica/
H A Dacpivar.h209 #define ACPI_CAP_C1_IO_HALT (1 << 1) /* Intel C1 "IO then halt" sequence */ macro
H A Dacpi_cpu.c400 ACPI_CAP_C1_IO_HALT; in acpi_cpu_attach()
/freebsd/sys/x86/cpufreq/
H A Dest.c908 *features = ACPI_CAP_PERF_MSRS | ACPI_CAP_C1_IO_HALT; in est_features()