Searched refs:NT_PPC_TM_CFPR (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h54 #define NT_PPC_TM_CFPR 0x109 macro
377 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov);
401 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov);
410 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CFPR, &iov);
/linux-master/include/uapi/linux/
H A Delf.h399 #define NT_PPC_TM_CFPR 0x109 /* TM checkpointed FPR Registers */ macro
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c613 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG,
882 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG,

Completed in 115 milliseconds