Searched refs:__NR_iopl (Results 1 - 24 of 24) sorted by relevance

/external/strace/tests/
H A Diopl.c4 #ifdef __NR_iopl
12 long rc = syscall(__NR_iopl, 4);
21 SKIP_MAIN_UNDEFINED("__NR_iopl")
/external/strace/tests-m32/
H A Diopl.c4 #ifdef __NR_iopl
12 long rc = syscall(__NR_iopl, 4);
21 SKIP_MAIN_UNDEFINED("__NR_iopl")
/external/strace/tests-mx32/
H A Diopl.c4 #ifdef __NR_iopl
12 long rc = syscall(__NR_iopl, 4);
21 SKIP_MAIN_UNDEFINED("__NR_iopl")
/external/ltp/android/include/sys/
H A Dio.h4 #ifdef __NR_iopl
7 return syscall(__NR_iopl, level);
9 #endif /* __NR_iopl */
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h246 #define __NR_iopl 172 macro
H A Dvki-scnums-ppc32-linux.h147 #define __NR_iopl 110 macro
H A Dvki-scnums-ppc64-linux.h147 #define __NR_iopl 110 macro
H A Dvki-scnums-x86-linux.h147 #define __NR_iopl 110 macro
H A Dvki-scnums-mips32-linux.h150 #define __NR_iopl (__NR_Linux + 110) macro
/external/libchrome/sandbox/linux/system_headers/
H A Dx86_64_linux_syscalls.h701 #if !defined(__NR_iopl)
702 #define __NR_iopl 172 macro
H A Dx86_32_linux_syscalls.h453 #if !defined(__NR_iopl)
454 #define __NR_iopl 110 macro
H A Dmips_linux_syscalls.h456 #if !defined(__NR_iopl)
457 #define __NR_iopl (__NR_Linux + 110) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c522 #ifdef __NR_iopl
523 { "iopl", __NR_iopl },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h114 #define __NR_iopl 110 macro
H A Dunistd_64.h176 #define __NR_iopl 172 macro
H A Dunistd_x32.h158 #define __NR_iopl (__X32_SYSCALL_BIT + 172) macro
/external/strace/
H A Dscno.h524 #ifndef __NR_iopl
525 # define __NR_iopl (SYSCALL_BIT | 172) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc257 case __NR_iopl: // Intel privilege.
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c517 // __NR_iopl 110
518 GO(__NR_iopl, "1s 0m");
519 SY(__NR_iopl, x0+100); FAIL;
H A Dscalar.stderr.exp1383 110: __NR_iopl 1s 0m
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c666 GENX_(__NR_iopl, sys_iopl), // 172
H A Dsyswrap-x86-linux.c1293 GENX_(__NR_iopl, sys_iopl), // 110
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c1105 // __NR_iopl 110
1106 GO(__NR_iopl, "1s 0m");
1107 SY(__NR_iopl, x0+100); FAIL;
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h133 #define __NR_iopl (__NR_Linux + 110) macro

Completed in 240 milliseconds