Home
last modified time | relevance | path

Searched refs:SYSCALL_NUM (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1526 # define SYSCALL_NUM orig_rax macro
1530 # define SYSCALL_NUM orig_eax macro
1534 # define SYSCALL_NUM ARM_r7 macro
1538 # define SYSCALL_NUM regs[8] macro
1542 # define SYSCALL_NUM gr[20] macro
1546 # define SYSCALL_NUM gpr[0] macro
1550 # define SYSCALL_NUM gprs[2] macro
1554 # define SYSCALL_NUM regs[2] macro
1597 if (regs.SYSCALL_NUM == __NR_O32_Linux) in get_syscall()
1600 return regs.SYSCALL_NUM; in get_syscall()
[all …]