Searched defs:allstopped (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dcpc_subr.c46 static const uint64_t allstopped = 0; variable
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c140 static const uint64_t allstopped = ULTRA_PCR_PRIVPIC; variable
438 ultra_setpcr(allstopped);
468 ultra_setpcr(allstopped);
H A Dniagara2_pcbe.c149 static const uint64_t allstopped = (ULTRA_PCR_PRIVPIC | variable
584 allstopped | CPC_PCR_HT);
586 allstopped | CPC_PCR_HT) != H_EOK) {
591 DTRACE_PROBE1(niagara2__setpcr, uint64_t, allstopped);
592 (void) hv_niagara_setperf(HV_SPARC_CTL, allstopped);
733 if (hv_niagara_setperf(HV_SPARC_CTL, allstopped) != H_EOK)
734 ultra_setpcr(allstopped);
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c226 static const uint64_t allstopped = SPARC64_VI_PCR_PRIVPIC | variable
750 ultra_setpcr(allstopped);
751 pcr = allstopped;
802 ultra_setpcr(allstopped);
H A Dus234_pcbe.c154 static const uint64_t allstopped = ULTRA_PCR_PRIVPIC; variable
858 ultra_setpcr(allstopped);
889 ultra_setpcr(allstopped);

Completed in 50 milliseconds