Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1576 # define SYSCALL_NUM orig_rax macro
1580 # define SYSCALL_NUM orig_eax macro
1584 # define SYSCALL_NUM ARM_r7 macro
1588 # define SYSCALL_NUM regs[8] macro
1592 # define SYSCALL_NUM gr[20] macro
1596 # define SYSCALL_NUM gpr[0] macro
1600 # define SYSCALL_NUM gprs[2] macro
1604 # define SYSCALL_NUM regs[2] macro
1656 if (regs.SYSCALL_NUM == __NR_O32_Linux) in get_syscall()
1659 return regs.SYSCALL_NUM; in get_syscall()
[all …]