HomeSort by relevance Sort by last modified time
    Searched refs:iopl (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/strace/
iopl.c 3 SYS_FUNC(iopl)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
perm.h 32 extern int iopl (int __level) __THROW;
io.h 39 extern int iopl (int __level) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
perm.h 32 extern int iopl (int __level) __THROW;
io.h 39 extern int iopl (int __level) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
perm.h 32 extern int iopl (int __level) __THROW;
io.h 39 extern int iopl (int __level) __THROW;
  /external/linux-kselftest/tools/testing/selftests/x86/
iopl.c 2 * iopl.c - Test case for a Linux on Xen 64-bit bug
52 /* Probe for iopl support. Note that iopl(0) works even as nonroot. */
53 if (iopl(3) != 0) {
60 if (iopl(0) != 0)
61 err(1, "iopl(0)");
68 printf("\tchild: set IOPL to 3\n");
69 if (iopl(3) != 0)
70 err(1, "iopl");
103 if (iopl(3) != 0
    [all...]
Makefile 8 check_initial_reg_state sigreturn ldt_gdt iopl mpx-mini-test
  /external/ltp/android/include/sys/
io.h 5 static inline int iopl(int level) function
  /external/ltp/testcases/kernel/syscalls/iopl/
iopl01.c 23 * TEST TITLE : Basic test for iopl(2)
34 * This is a Phase I test for the iopl(2) system call.
103 TEST(iopl(level));
106 tst_resm(TFAIL, "iopl() failed for level %d, "
110 tst_resm(TPASS, "iopl() passed for level %d, "
143 if (iopl(0) == -1) {
144 tst_resm(TWARN, "iopl() cleanup failed");
158 "LSB v1.3 does not specify iopl() for this architecture.");
iopl02.c 35 * 1) iopl(2) returns -1 and sets errno to EINVAL for privilege
37 * 2) iopl(2) returns -1 and sets errno to EPERM if the current
129 * Call iopl(2)
131 TEST(iopl(test_cases[i].level));
217 "LSB v1.3 does not specify iopl() for this architecture.");
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-19/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r11/platforms/android-13/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct
  /prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 229 unsigned long iopl; member in struct:thread_struct

Completed in 443 milliseconds

1 2 3