Searched refs:iopl (Results 1 – 12 of 12) sorted by relevance
179 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument216 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
12 iopl
14 check_initial_reg_state sigreturn iopl ioperm \
71 uint32_t iopl; member
120 # 110 was iopl
184 172 common iopl sys_iopl
125 110 i386 iopl sys_iopl
1864 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() 1882 if (cpl <= iopl) in emulate_popf() 1886 if (iopl < 3) in emulate_popf() 2535 int iopl; in emulator_bad_iopl() 2540 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl() 2541 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl() 1863 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; emulate_popf() local 2534 int iopl; emulator_bad_iopl() local
149 110 common iopl sys_ni_syscall
1484 set_iopl.iopl = 1; in xen_start_kernel()
182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
1267 This enables the ioperm() and iopl() syscalls which are necessary