/external/strace/tests-mx32/ |
D | iopl.c | 4 #ifdef __NR_iopl 12 long rc = syscall(__NR_iopl, 4); in main()
|
/external/strace/tests-m32/ |
D | iopl.c | 4 #ifdef __NR_iopl 12 long rc = syscall(__NR_iopl, 4); in main()
|
/external/strace/tests/ |
D | iopl.c | 4 #ifdef __NR_iopl 12 long rc = syscall(__NR_iopl, 4); in main()
|
/external/ltp/android/include/sys/ |
D | io.h | 4 #ifdef __NR_iopl 7 return syscall(__NR_iopl, level); in iopl()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_syscalls.h | 701 #if !defined(__NR_iopl) 702 #define __NR_iopl 172 macro
|
D | x86_32_linux_syscalls.h | 453 #if !defined(__NR_iopl) 454 #define __NR_iopl 110 macro
|
D | mips_linux_syscalls.h | 456 #if !defined(__NR_iopl) 457 #define __NR_iopl (__NR_Linux + 110) macro
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 522 #ifdef __NR_iopl 523 { "iopl", __NR_iopl },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 176 #define __NR_iopl 172 macro
|
D | unistd_32.h | 114 #define __NR_iopl 110 macro
|
D | unistd_x32.h | 158 #define __NR_iopl (__X32_SYSCALL_BIT + 172) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-amd64-linux.h | 246 #define __NR_iopl 172 macro
|
D | vki-scnums-ppc64-linux.h | 147 #define __NR_iopl 110 macro
|
D | vki-scnums-ppc32-linux.h | 147 #define __NR_iopl 110 macro
|
D | vki-scnums-x86-linux.h | 147 #define __NR_iopl 110 macro
|
D | vki-scnums-mips32-linux.h | 150 #define __NR_iopl (__NR_Linux + 110) macro
|
/external/strace/ |
D | scno.h | 524 #ifndef __NR_iopl 525 # define __NR_iopl (SYSCALL_BIT | 172) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 257 case __NR_iopl: // Intel privilege. in IsProcessPrivilegeChange()
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.c | 518 GO(__NR_iopl, "1s 0m"); in main() 519 SY(__NR_iopl, x0+100); FAIL; in main()
|
D | scalar.stderr.exp | 1383 110: __NR_iopl 1s 0m
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 1106 GO(__NR_iopl, "1s 0m"); in main() 1107 SY(__NR_iopl, x0+100); FAIL; in main()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-amd64-linux.c | 666 GENX_(__NR_iopl, sys_iopl), // 172
|
D | syswrap-x86-linux.c | 1293 GENX_(__NR_iopl, sys_iopl), // 110
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 133 #define __NR_iopl (__NR_Linux + 110) macro
|