Lines Matching full:pstate
46 static PSTATE
49 PSTATE mask = 0;
61 static const PSTATE PstateMask = buildPstateMask();
135 pstate = 0;
200 (uint64_t)pstate.priv << 2 |
201 (uint64_t)pstate.am << 3 |
251 return (RegVal)pstate;
444 pstate = (val & PstateMask);
590 pstate = val & PstateMask;
658 SERIALIZE_SCALAR(pstate);
735 uint16_t pstate;
736 UNSERIALIZE_SCALAR(pstate);
737 this->pstate = pstate;