Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1890 # define ARCH_SETREGS(_regs) ptrace(PTRACE_SETREGS, tracee, 0, &(_regs)) macro
1898 # define ARCH_SETREGS(_regs) ({ \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1919 # define ARCH_SETREGS(_regs) ptrace(PTRACE_SETREGS, tracee, 0, &(_regs)) macro
1927 # define ARCH_SETREGS(_regs) ({ \ macro