Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h157 #define PTRACE_SETVRREGS 0x13 macro
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace32.c282 case PTRACE_SETVRREGS: in compat_arch_ptrace()
H A Dptrace.c157 case PTRACE_SETVRREGS: in arch_ptrace()
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h631 ret = ptrace(PTRACE_SETVRREGS, child, 0, vmx); in write_vmx()