Home
last modified time | relevance | path

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

/external/seccomp-tests/linux/
Dseccomp_bpf.c1224 # define SYSCALL_RET rax macro
1228 # define SYSCALL_RET eax macro
1232 # define SYSCALL_RET ARM_r0 macro
1236 # define SYSCALL_RET regs[0] macro
1240 # define SYSCALL_RET gpr[3] macro
1244 # define SYSCALL_RET gprs[2] macro
1330 regs.SYSCALL_RET = 1; in change_syscall()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1596 # define SYSCALL_RET rax macro
1600 # define SYSCALL_RET eax macro
1604 # define SYSCALL_RET ARM_r0 macro
1608 # define SYSCALL_RET regs[0] macro
1612 # define SYSCALL_RET a0 macro
1616 # define SYSCALL_RET gr[28] macro
1620 # define SYSCALL_RET gpr[3] macro
1624 # define SYSCALL_RET gprs[2] macro
1629 # define SYSCALL_RET regs[2] macro
1746 regs.SYSCALL_RET = result; in change_syscall()