/external/valgrind/include/vki/ |
H A D | vki-scnums-amd64-linux.h | 302 #define __NR_restart_syscall 219 macro
|
H A D | vki-scnums-arm64-linux.h | 173 #define __NR_restart_syscall 128 macro
|
H A D | vki-scnums-s390x-linux.h | 50 #define __NR_restart_syscall 7 macro
|
H A D | vki-scnums-arm-linux.h | 37 #define __NR_restart_syscall 0 macro
|
H A D | vki-scnums-ppc32-linux.h | 37 #define __NR_restart_syscall 0 macro
|
H A D | vki-scnums-ppc64-linux.h | 37 #define __NR_restart_syscall 0 macro
|
H A D | vki-scnums-x86-linux.h | 37 #define __NR_restart_syscall 0 macro
|
H A D | vki-scnums-mips64-linux.h | 252 #define __NR_restart_syscall (__NR_Linux + 213) macro
|
H A D | vki-scnums-mips32-linux.h | 293 #define __NR_restart_syscall (__NR_Linux + 253) macro
|
/external/minijail/linux-x86/ |
H A D | libsyscalls.gen.c | 663 #ifdef __NR_restart_syscall 664 { "restart_syscall", __NR_restart_syscall },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
H A D | unistd_32.h | 4 #define __NR_restart_syscall 0 macro
|
H A D | unistd_64.h | 223 #define __NR_restart_syscall 219 macro
|
H A D | unistd_x32.h | 195 #define __NR_restart_syscall (__X32_SYSCALL_BIT + 219) macro
|
/external/strace/ |
H A D | scno.h | 392 #ifndef __NR_restart_syscall 393 # define __NR_restart_syscall (SYSCALL_BIT | 128) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
H A D | unistd.h | 277 #define __NR_restart_syscall (__NR_Linux + 253) macro 622 #define __NR_restart_syscall (__NR_Linux + 213) macro 967 #define __NR_restart_syscall (__NR_Linux + 214) macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
H A D | unistd-common.h | 4 #define __NR_restart_syscall (__NR_SYSCALL_BASE + 0) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
H A D | unistd.h | 394 #define __NR_restart_syscall 128 macro 395 __SYSCALL(__NR_restart_syscall, sys_restart_syscall)
|
/external/valgrind/memcheck/tests/arm64-linux/ |
H A D | scalar.c | 36 // __NR_restart_syscall 0 // XXX: not yet handled, perhaps should be... 37 GO(__NR_restart_syscall, "n/a"); 38 //SY(__NR_restart_syscall); // (Not yet handled by Valgrind) FAIL;
|
/external/valgrind/memcheck/tests/x86-linux/ |
H A D | scalar.c | 37 // __NR_restart_syscall 0 // XXX: not yet handled, perhaps should be... 38 GO(__NR_restart_syscall, "n/a"); 39 //SY(__NR_restart_syscall); // (Not yet handled by Valgrind) FAIL;
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 2626 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_restart_syscall, 4, 0), 2763 EXPECT_EQ(__NR_restart_syscall, ret);
|
/external/seccomp-tests/linux/ |
H A D | seccomp_bpf.c | 2082 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_restart_syscall, 4, 0), 2218 EXPECT_EQ(__NR_restart_syscall, ret);
|