Searched refs:iopl (Results 1 – 18 of 18) sorted by relevance
182 switch(iopl(3)) { in main()203 if (iopl(0) != 0) in main()222 if (iopl(3) != 0) in main()250 if (iopl(3) != 0) in main()260 if (iopl(3) != 0) { in main()266 if (iopl(0) != 0) { in main()272 if (iopl(3) == 0) { in main()
12 iopl
14 check_initial_reg_state sigreturn iopl ioperm \
173 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument211 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
89 uint32_t iopl; member
183 172 common iopl sys_iopl
124 110 i386 iopl sys_iopl
120 110 common iopl sys_ni_syscall
120 # 110 was iopl
124 110 o32 iopl sys_ni_syscall
149 110 common iopl sys_ni_syscall
1341 set_iopl.iopl = 1; in xen_start_kernel()
151 110 common iopl sys_ni_syscall
1974 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local1992 if (cpl <= iopl) in emulate_popf()1996 if (iopl < 3) in emulate_popf()2997 int iopl; in emulator_bad_iopl() local3002 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()3003 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl()
182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
1228 This enables the ioperm() and iopl() syscalls which are necessary