Searched refs:NT_PPC_TM_CFPR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
| D | ptrace.h | 50 #define NT_PPC_TM_CFPR 0x109 macro 373 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in show_ckpt_fpr() 397 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr() 406 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | elf.h | 392 #define NT_PPC_TM_CFPR 0x109 /* TM checkpointed FPR Registers */ macro
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | ptrace.c | 1938 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG, 2225 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG,
|