Searched refs:iopl (Results 1 – 11 of 11) sorted by relevance
173 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument211 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
183 172 common iopl sys_iopl
124 110 i386 iopl sys_iopl
120 # 110 was iopl
120 110 common iopl sys_ni_syscall
124 110 o32 iopl sys_ni_syscall
1319 set_iopl.iopl = 1; in xen_start_kernel()
149 110 common iopl sys_ni_syscall
1871 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local1889 if (cpl <= iopl) in emulate_popf()1893 if (iopl < 3) in emulate_popf()2901 int iopl; in emulator_bad_iopl() local2906 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()2907 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl()
1222 This enables the ioperm() and iopl() syscalls which are necessary