Searched refs:iopl (Results 1 – 5 of 5) sorted by relevance
145 t->iopl = level << 12; in sys_iopl()146 set_iopl_mask(t->iopl); in sys_iopl()
556 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl)) in __switch_to()557 set_iopl_mask(next->iopl); in __switch_to()
173 set_iopl.iopl = 1; in xen_arch_setup()
549 set_iopl.iopl = (mask == 0) ? 1 : (mask >> 12) & 3; in xen_set_iopl_mask()
433 unsigned long iopl; member