Lines Matching defs:pstate
57 #define KAIF_PREGNO_PSTATE 0x6 /* %pstate is priv reg 6 */
183 * locals to the gregs. We also extract %pstate from %tstate.
254 if (strcmp(regname, "pstate") == 0) {
278 } else if (strcmp(regname, "pstate") == 0) {
576 kreg_t pc, npc, brtgt, pstate, tt;
603 kreg_t pstate;
605 (void) kmdb_dpi_get_register("pstate", &pstate);
606 (void) kmdb_dpi_set_register(tgtreg, pstate);
631 (void) kmdb_dpi_set_register("pstate", val);
706 (void) kmdb_dpi_get_register("pstate", &pstate);
707 ie = pstate & KREG_PSTATE_IE_MASK;
708 (void) kmdb_dpi_set_register("pstate", (pstate & ~KREG_PSTATE_IE_MASK));
712 (void) kmdb_dpi_get_register("pstate", &pstate);
713 (void) kmdb_dpi_set_register("pstate",
714 ((pstate & ~KREG_PSTATE_IE_MASK) | ie));