Home
last modified time | relevance | path

Searched refs:ioperm (Results 1 – 25 of 54) sorted by relevance

123

/external/linux-kselftest/tools/testing/selftests/x86/
Dioperm.c104 if (ioperm(0x80, 1, 1) != 0) { in main()
113 if (ioperm(0x80, 1, 0) != 0) { in main()
121 if (ioperm(0x80, 1, 1) != 0) { in main()
158 if (ioperm(0x80, 1, 0) != 0) { in main()
165 if (ioperm(0x80, 1, 1) == 0) { in main()
D.gitignore13 ioperm
DMakefile14 check_initial_reg_state sigreturn iopl mpx-mini-test ioperm \
/external/ltp/testcases/kernel/syscalls/ioperm/
Dioperm01.c105 TEST(ioperm(io_addr, NUM_BYTES, TURN_ON)); in main()
159 if ((ioperm(io_addr, NUM_BYTES, TURN_OFF)) == -1) { in cleanup()
Dioperm02.c134 TEST(ioperm(test_cases[i].from, in main()
/external/strace/
Dioperm.c3 SYS_FUNC(ioperm) in SYS_FUNC() argument
Dsys_func.h98 extern SYS_FUNC(ioperm);
DAndroid.bp85 "ioperm.c",
/external/ltp/android/include/sys/
Dio.h12 static inline int ioperm(unsigned long from, unsigned long num, int turn_on) in ioperm() function
/external/ltp/include/lapi/syscalls/
Dx86_64.in174 ioperm 173
Di386.in102 ioperm 101
Ds390.in266 ioperm 101
Dpowerpc.in102 ioperm 101
Ds390x.in266 ioperm 101
Dpowerpc64.in102 ioperm 101
Dsh.in102 ioperm 101
/external/strace/tests-mx32/
Dpure_executables.list131 ioperm
Dpure_executables.am132 ioperm \
/external/strace/tests/
Dpure_executables.list131 ioperm
Dpure_executables.am132 ioperm \
/external/strace/tests-m32/
Dpure_executables.list131 ioperm
Dpure_executables.am132 ioperm \
/external/strace/linux/x86_64/
Dsyscallent.h174 [173] = { 3, 0, SEN(ioperm), "ioperm" },
/external/strace/linux/mips/
Dsyscallent-o32.h105 [4101] = { 3, 0, SEN(ioperm), "ioperm" },
/external/strace/linux/bfin/
Dsyscallent.h131 [101] = { 3, 0, SEN(ioperm), "ioperm" },

123