Searched refs:iopl (Results 1 – 9 of 9) sorted by relevance
96 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument105 unsigned int old = t->iopl >> X86_EFLAGS_IOPL_BIT; in SYSCALL_DEFINE1()116 t->iopl = level << X86_EFLAGS_IOPL_BIT; in SYSCALL_DEFINE1()117 set_iopl_mask(t->iopl); in SYSCALL_DEFINE1()
279 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl)) in __switch_to()280 set_iopl_mask(next->iopl); in __switch_to()
422 prev->iopl != next->iopl)) in __switch_to()423 xen_set_iopl_mask(next->iopl); in __switch_to()
89 uint32_t iopl; member
409 unsigned long iopl; member
969 set_iopl.iopl = (mask == 0) ? 1 : (mask >> 12) & 3; in xen_set_iopl_mask()1656 set_iopl.iopl = 1; in xen_start_kernel()
181 172 common iopl sys_iopl
119 110 i386 iopl sys_iopl
1794 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local1812 if (cpl <= iopl) in emulate_popf()1816 if (iopl < 3) in emulate_popf()2793 int iopl; in emulator_bad_iopl() local2798 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()2799 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl()