Lines Matching defs:usr
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
538 int usr, sys, edge, inv, irupt, pc;
551 xpes->usr = (pes >> CPC_P6_PES_USR) & 1u;
558 int usr[2], sys[2], clk[2], pc[2];
569 xcesr->usr[0] = (cesr >> CPC_P5_CESR_USR0) & 1u;
570 xcesr->usr[1] = (cesr >> CPC_P5_CESR_USR1) & 1u;
578 * If usr and sys are both disabled, the counter is disabled.
580 if (xcesr->usr[0] == 0 && xcesr->sys[0] == 0)
582 if (xcesr->usr[1] == 0 && xcesr->sys[1] == 0)
617 xpes[0].usr, xpes[1].usr, 1, tokens[D_nouser]);
647 xcesr.usr[0], xcesr.usr[1], 1, tokens[D_nouser]);
725 if (xpes[i].usr == 1)
817 if (xcesr.usr[i] == 1)