Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dioport.c179 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
216 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
/linux/tools/testing/selftests/x86/
H A D.gitignore12 iopl
H A DMakefile14 check_initial_reg_state sigreturn iopl ioperm \
/linux/include/xen/interface/
H A Dphysdev.h71 uint32_t iopl; member
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl120 # 110 was iopl
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl120 # 110 was iopl
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl184 172 common iopl sys_iopl
H A Dsyscall_32.tbl125 110 i386 iopl sys_iopl
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl120 # 110 was iopl
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl184 172 common iopl sys_iopl
H A Dsyscall_32.tbl125 110 i386 iopl sys_iopl
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl120 110 common iopl sys_ni_syscall
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_o32.tbl124 110 o32 iopl sys_ni_syscall
/linux/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl149 110 common iopl sys_ni_syscall
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl149 110 common iopl sys_ni_syscall
/linux/arch/x86/kvm/
H A Demulate.c1850 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local
1868 if (cpl <= iopl) in emulate_popf()
1872 if (iopl < 3) in emulate_popf()
2521 int iopl; in emulator_bad_iopl() local
2526 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()
2527 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl()
/linux/arch/x86/xen/
H A Denlighten_pv.c1510 set_iopl.iopl = 1; in xen_start_kernel()
/linux/Documentation/driver-api/
H A Duio-howto.rst182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
/linux/arch/x86/
H A DKconfig1276 This enables the ioperm() and iopl() syscalls which are necessary