Home
last modified time | relevance | path

Searched defs:ARCH_SETREGS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1919 # define ARCH_SETREGS(_regs) ptrace(PTRACE_SETREGS, tracee, 0, &(_regs)) macro
1927 # define ARCH_SETREGS(_regs) ({ \ macro