Home
last modified time | relevance | path

Searched refs:iopl (Results 1 – 11 of 11) sorted by relevance

/arch/x86/kernel/
Dioport.c173 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
211 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
/arch/x86/entry/syscalls/
Dsyscall_64.tbl183 172 common iopl sys_iopl
Dsyscall_32.tbl124 110 i386 iopl sys_iopl
/arch/m68k/kernel/syscalls/
Dsyscall.tbl120 # 110 was iopl
/arch/sh/kernel/syscalls/
Dsyscall.tbl120 # 110 was iopl
/arch/microblaze/kernel/syscalls/
Dsyscall.tbl120 110 common iopl sys_ni_syscall
/arch/mips/kernel/syscalls/
Dsyscall_o32.tbl124 110 o32 iopl sys_ni_syscall
/arch/x86/xen/
Denlighten_pv.c1319 set_iopl.iopl = 1; in xen_start_kernel()
/arch/powerpc/kernel/syscalls/
Dsyscall.tbl149 110 common iopl sys_ni_syscall
/arch/x86/kvm/
Demulate.c1871 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local
1889 if (cpl <= iopl) in emulate_popf()
1893 if (iopl < 3) in emulate_popf()
2901 int iopl; in emulator_bad_iopl() local
2906 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()
/arch/x86/
DKconfig1222 This enables the ioperm() and iopl() syscalls which are necessary