Searched refs:PWRNOW_DEBUG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c79 #define PWRNOW_DEBUG(arglist) if (pwrnow_debug) printf arglist; macro
81 #define PWRNOW_DEBUG(arglist) macro
175 PWRNOW_DEBUG(("pwrnow_init: processor %d\n", cp->cpu_id));
194 PWRNOW_DEBUG(("Transitions will use fixed hardware\n"));
212 PWRNOW_DEBUG(("Processor %d succeeded.\n", cp->cpu_id))
242 PWRNOW_DEBUG(("No CPUID or MSR support."));
257 PWRNOW_DEBUG(("No support for CPUs that are not P-state "
267 PWRNOW_DEBUG(("Hardware P-State control is not supported.\n"));
281 PWRNOW_DEBUG(("No CPUID or MSR support."));

Completed in 55 milliseconds