Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1889 # define ARCH_GETREGS(_regs) ptrace(PTRACE_GETREGS, tracee, 0, &(_regs)) macro
1892 # define ARCH_GETREGS(_regs) ({ \ macro
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1918 # define ARCH_GETREGS(_regs) ptrace(PTRACE_GETREGS, tracee, 0, &(_regs)) macro
1921 # define ARCH_GETREGS(_regs) ({ \ macro