Lines Matching defs:pstate
107 * SPARC V9 PSTATE register (what replaces the PSR in V9)
171 * | CCR | ASI | - | PSTATE | - | CWP |
378 SPARC64_RDPR_DEF(pstate, %pstate, int) /* getpstate() */
379 SPARC64_WRPR_DEF(pstate, %pstate, int) /* setpstate() */
413 int pstate = getpstate();
415 setpstate(pstate & ~PSTATE_IE);
416 return pstate;
420 intr_restore(int pstate)
422 setpstate(pstate);