Searched refs:iopl (Results 1 – 25 of 53) sorted by relevance
123
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | iopl.c | 54 if (iopl(3) != 0) { in main() 61 if (iopl(0) != 0) in main() 70 if (iopl(3) != 0) in main() 104 if (iopl(3) != 0) in main() 114 if (iopl(3) != 0) { in main() 120 if (iopl(0) != 0) { in main() 126 if (iopl(3) == 0) { in main()
|
D | .gitignore | 11 iopl
|
D | Makefile | 14 check_initial_reg_state sigreturn iopl mpx-mini-test ioperm \
|
/external/ltp/testcases/kernel/syscalls/iopl/ |
D | iopl01.c | 103 TEST(iopl(level)); in main() 143 if (iopl(0) == -1) { in cleanup()
|
D | iopl02.c | 132 TEST(iopl(test_cases[i].level)); in main()
|
/external/strace/ |
D | iopl.c | 3 SYS_FUNC(iopl) in SYS_FUNC() argument
|
D | sys_func.h | 100 extern SYS_FUNC(iopl);
|
D | Android.bp | 86 "iopl.c",
|
/external/ltp/android/include/sys/ |
D | io.h | 5 static inline int iopl(int level) in iopl() function
|
/external/ltp/include/lapi/syscalls/ |
D | x86_64.in | 173 iopl 172
|
D | i386.in | 111 iopl 110
|
D | powerpc.in | 111 iopl 110
|
D | powerpc64.in | 111 iopl 110
|
D | sh.in | 111 iopl 110
|
/external/strace/tests-mx32/ |
D | pure_executables.list | 132 iopl
|
D | pure_executables.am | 133 iopl \
|
/external/strace/tests/ |
D | pure_executables.list | 132 iopl
|
D | pure_executables.am | 133 iopl \
|
/external/strace/tests-m32/ |
D | pure_executables.list | 132 iopl
|
D | pure_executables.am | 133 iopl \
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 173 [172] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/mips/ |
D | syscallent-o32.h | 114 [4110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/bfin/ |
D | syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/i386/ |
D | syscallent.h | 140 [110] = { 1, 0, SEN(iopl), "iopl" },
|
/external/strace/linux/sh/ |
D | syscallent.h | 142 [110] = { 1, 0, SEN(iopl), "iopl" },
|
123