Searched refs:iopl (Results 1 – 14 of 14) sorted by relevance
54 if (iopl(3) != 0) { in main()61 if (iopl(0) != 0) in main()70 if (iopl(3) != 0) in main()104 if (iopl(3) != 0) in main()114 if (iopl(3) != 0) { in main()120 if (iopl(0) != 0) { in main()126 if (iopl(3) == 0) { in main()
11 iopl
14 check_initial_reg_state sigreturn iopl mpx-mini-test ioperm \
114 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument123 unsigned int old = t->iopl >> X86_EFLAGS_IOPL_BIT; in SYSCALL_DEFINE1()134 t->iopl = level << X86_EFLAGS_IOPL_BIT; in SYSCALL_DEFINE1()135 set_iopl_mask(t->iopl); in SYSCALL_DEFINE1()
264 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl)) in __switch_to()265 set_iopl_mask(next->iopl); in __switch_to()
506 prev->iopl != next->iopl)) in __switch_to()507 xen_set_iopl_mask(next->iopl); in __switch_to()
89 uint32_t iopl; member
838 set_iopl.iopl = (mask == 0) ? 1 : (mask >> 12) & 3; in xen_set_iopl_mask()1329 set_iopl.iopl = 1; in xen_start_kernel()
499 unsigned long iopl; member
183 172 common iopl __x64_sys_iopl/ptregs
124 110 i386 iopl sys_iopl __ia32_sys_iopl
1878 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local1896 if (cpl <= iopl) in emulate_popf()1900 if (iopl < 3) in emulate_popf()2891 int iopl; in emulator_bad_iopl() local2896 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()2897 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl()
182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,