Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/x86/
Diopl.c142 switch(iopl(3)) { in main()
164 if (iopl(0) != 0) in main()
183 if (iopl(3) != 0) in main()
212 if (iopl(3) != 0) in main()
222 if (iopl(3) != 0) { in main()
228 if (iopl(0) != 0) { in main()
234 if (iopl(3) == 0) { in main()
D.gitignore12 iopl
DMakefile14 check_initial_reg_state sigreturn iopl ioperm \
/Linux-v5.15/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
/Linux-v5.15/include/xen/interface/
Dphysdev.h89 uint32_t iopl; member
/Linux-v5.15/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl183 172 common iopl sys_iopl
/Linux-v5.15/arch/x86/entry/syscalls/
Dsyscall_64.tbl183 172 common iopl sys_iopl
Dsyscall_32.tbl124 110 i386 iopl sys_iopl
/Linux-v5.15/arch/m68k/kernel/syscalls/
Dsyscall.tbl120 # 110 was iopl
/Linux-v5.15/arch/microblaze/kernel/syscalls/
Dsyscall.tbl120 110 common iopl sys_ni_syscall
/Linux-v5.15/arch/sh/kernel/syscalls/
Dsyscall.tbl120 # 110 was iopl
/Linux-v5.15/arch/mips/kernel/syscalls/
Dsyscall_o32.tbl124 110 o32 iopl sys_ni_syscall
/Linux-v5.15/arch/x86/xen/
Denlighten_pv.c1318 set_iopl.iopl = 1; in xen_start_kernel()
/Linux-v5.15/arch/powerpc/kernel/syscalls/
Dsyscall.tbl149 110 common iopl sys_ni_syscall
/Linux-v5.15/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl149 110 common iopl sys_ni_syscall
/Linux-v5.15/arch/x86/kvm/
Demulate.c1823 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local
1841 if (cpl <= iopl) in emulate_popf()
1845 if (iopl < 3) in emulate_popf()
2852 int iopl; in emulator_bad_iopl() local
2857 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()
2858 return ctxt->ops->cpl(ctxt) > iopl; in emulator_bad_iopl()
/Linux-v5.15/Documentation/driver-api/
Duio-howto.rst182 :c:func:`ioperm()`, :c:func:`iopl()`, :c:func:`inb()`,
/Linux-v5.15/arch/x86/
DKconfig1227 This enables the ioperm() and iopl() syscalls which are necessary