Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Diopl.c182 switch(iopl(3)) { in main()
203 if (iopl(0) != 0) in main()
222 if (iopl(3) != 0) in main()
250 if (iopl(3) != 0) in main()
260 if (iopl(3) != 0) { in main()
266 if (iopl(0) != 0) { in main()
272 if (iopl(3) == 0) { in main()
H A D.gitignore12 iopl
H A DMakefile14 check_initial_reg_state sigreturn iopl ioperm \
/linux/arch/x86/kernel/
H A Dioport.c173 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
211 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
/linux/include/xen/interface/
H A Dphysdev.h71 uint32_t iopl; member
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl184 172 common iopl sys_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/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl149 110 common iopl sys_ni_syscall
/linux/arch/x86/xen/
H A Denlighten_pv.c1447 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 DKconfig1294 This enables the ioperm() and iopl() syscalls which are necessary