Searched refs:iopl (Results 1 – 20 of 20) 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 ioperm \
116 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument125 unsigned int old = t->iopl >> X86_EFLAGS_IOPL_BIT; in SYSCALL_DEFINE1()137 t->iopl = level << X86_EFLAGS_IOPL_BIT; in SYSCALL_DEFINE1()138 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()
582 prev->iopl != next->iopl)) in __switch_to()583 xen_set_iopl_mask(next->iopl); in __switch_to()
89 uint32_t iopl; member
845 set_iopl.iopl = (mask == 0) ? 1 : (mask >> 12) & 3; in xen_set_iopl_mask()1324 set_iopl.iopl = 1; in xen_start_kernel()
484 unsigned long iopl; member
183 172 common iopl __x64_sys_iopl/ptregs
124 110 i386 iopl sys_iopl __ia32_sys_iopl
120 # 110 was iopl
124 110 o32 iopl sys_ni_syscall
120 110 common iopl sys_ni_syscall
149 110 common iopl sys_ni_syscall
1894 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local1912 if (cpl <= iopl) in emulate_popf()1916 if (iopl < 3) in emulate_popf()2929 int iopl; in emulator_bad_iopl() local2934 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()2935 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl()
182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,