/external/strace/ |
iopl.c | 3 SYS_FUNC(iopl)
|
sys_func.h | 100 extern SYS_FUNC(iopl);
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
iopl.c | 3 * iopl.c - Test case for a Linux on Xen 64-bit bug 53 /* Probe for iopl support. Note that iopl(0) works even as nonroot. */ 54 if (iopl(3) != 0) { 61 if (iopl(0) != 0) 62 err(1, "iopl(0)"); 69 printf("\tchild: set IOPL to 3\n"); 70 if (iopl(3) != 0) 71 err(1, "iopl"); 104 if (iopl(3) != 0 [all...] |
Makefile | 14 check_initial_reg_state sigreturn iopl mpx-mini-test ioperm \
|
/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 130 * Call iopl(2) 132 TEST(iopl(test_cases[i].level)); 217 "LSB v1.3 does not specify iopl() for this architecture.");
|
/external/strace/linux/x86_64/ |
syscallent.h | 173 [172] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/arm/ |
syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/i386/ |
syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/m68k/ |
syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/mips/ |
syscallent-o32.h | 114 [4110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/sh/ |
syscallent.h | 142 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/sh64/ |
syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/bfin/ |
syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/microblaze/ |
syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/x32/ |
syscallent.h | 173 [172] = { 1, 0, SEN(iopl), "iopl" },
|