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

/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h401 #define __NR_seccomp 317 macro
H A Dvki-scnums-arm64-linux.h313 #define __NR_seccomp 277 macro
H A Dvki-scnums-s390x-linux.h316 #define __NR_seccomp 348 macro
H A Dvki-scnums-arm-linux.h422 #define __NR_seccomp 383 macro
H A Dvki-scnums-ppc32-linux.h403 #define __NR_seccomp 358 macro
H A Dvki-scnums-ppc64-linux.h395 #define __NR_seccomp 358 macro
H A Dvki-scnums-x86-linux.h391 #define __NR_seccomp 354 macro
H A Dvki-scnums-mips64-linux.h351 #define __NR_seccomp (__NR_Linux + 312) macro
H A Dvki-scnums-mips32-linux.h390 #define __NR_seccomp (__NR_Linux + 352) macro
/external/libchrome/sandbox/linux/system_headers/
H A Darm64_linux_syscalls.h1054 #if !defined(__NR_seccomp)
1055 #define __NR_seccomp 277 macro
H A Dx86_64_linux_syscalls.h1281 #if !defined(__NR_seccomp)
1282 #define __NR_seccomp 317 macro
H A Dx86_32_linux_syscalls.h1413 #if !defined(__NR_seccomp)
1414 #define __NR_seccomp 354 macro
H A Darm_linux_syscalls.h1376 #if !defined(__NR_seccomp)
1377 #define __NR_seccomp (__NR_SYSCALL_BASE+383) macro
H A Dmips64_linux_syscalls.h1262 #if !defined(__NR_seccomp)
1263 #define __NR_seccomp (__NR_Linux + 312) macro
H A Dmips_linux_syscalls.h1424 #if !defined(__NR_seccomp)
1425 #define __NR_seccomp (__NR_Linux + 352) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h354 #define __NR_seccomp 354 macro
H A Dunistd_64.h321 #define __NR_seccomp 317 macro
H A Dunistd_x32.h277 #define __NR_seccomp (__X32_SYSCALL_BIT + 317) macro
/external/libchrome/sandbox/linux/services/
H A Dsyscall_wrappers.cc75 return syscall(__NR_seccomp, operation, flags, args);
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c914 #ifndef __NR_seccomp
916 # define __NR_seccomp 354 macro
918 # define __NR_seccomp 317 macro
920 # define __NR_seccomp 0xffff macro
940 return syscall(__NR_seccomp, op, flags, filter);
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h375 #define __NR_seccomp (__NR_Linux + 352) macro
712 #define __NR_seccomp (__NR_Linux + 312) macro
1053 #define __NR_seccomp (__NR_Linux + 316) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h412 #define __NR_seccomp (__NR_SYSCALL_BASE+383) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_sets.cc597 case __NR_seccomp:
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h702 #define __NR_seccomp 277 macro
703 __SYSCALL(__NR_seccomp, sys_seccomp)

Completed in 713 milliseconds