Searched refs:PS_IOPL (Results 1 – 4 of 4) sorted by relevance
76 #define PS_IOPL 0x3000 /* I/O privilege level */ macro
329 rp->r_ps = PSL_USER | (rp->r_ps & PS_IOPL); in sendsig()551 rp->r_ps = PSL_USER | (rp->r_ps & PS_IOPL); in sendsig32()762 rp->r_ps = PSL_USER | (rp->r_ps & PS_IOPL); in sendsig()
95 greg_t oldpl = rp->r_ps & PS_IOPL; in sysi86()96 greg_t newpl = arg2 & PS_IOPL; in sysi86()
245 iopl = (PS_IOPL & 0x1000); /* ring 1 */ in mp_set_cpu_context()