Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/uapi/asm/
Dptrace.h156 #define PTRACE_GETVRREGS 0x12 macro
/linux-5.19.10/arch/powerpc/kernel/ptrace/
Dptrace32.c281 case PTRACE_GETVRREGS: in compat_arch_ptrace()
Dptrace.c153 case PTRACE_GETVRREGS: in arch_ptrace()
/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/
Dptrace.h533 ret = ptrace(PTRACE_GETVRREGS, child, 0, vmx); in show_vmx()