Searched defs:SYSCALL_NUM (Results 1 - 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1229 # define SYSCALL_NUM orig_rax macro
1233 # define SYSCALL_NUM orig_eax macro
1237 # define SYSCALL_NUM ARM_r7 macro
1241 # define SYSCALL_NUM regs[8] macro
1245 # define SYSCALL_NUM gr[20] macro
1249 # define SYSCALL_NUM gpr[0] macro
1253 # define SYSCALL_NUM gprs[2] macro
1257 # define SYSCALL_NUM regs[2] macro
1293 if (regs.SYSCALL_NUM == __NR_O32_Linux)
1296 return regs.SYSCALL_NUM;
[all...]
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c1223 # define SYSCALL_NUM orig_rax macro
1227 # define SYSCALL_NUM orig_eax macro
1231 # define SYSCALL_NUM ARM_r7 macro
1235 # define SYSCALL_NUM regs[8] macro
1239 # define SYSCALL_NUM gpr[0] macro
1243 # define SYSCALL_NUM gprs[2] macro
1276 return regs.SYSCALL_NUM;
1298 regs.SYSCALL_NUM = syscall;

Completed in 141 milliseconds