Searched refs:NT_PPC_TM_CFPR (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace.h | 54 #define NT_PPC_TM_CFPR 0x109 macro 377 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in show_ckpt_fpr() 401 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr() 410 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_TM_CFPR, &iov); in write_ckpt_fpr()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 407 #define NT_PPC_TM_CFPR 0x109 /* TM checkpointed FPR Registers */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 438 #define NT_PPC_TM_CFPR 0x109 /* TM checkpointed FPR Registers */ macro
|
| /linux-6.15/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-view.c | 608 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG, 877 .core_note_type = NT_PPC_TM_CFPR, .n = ELF_NFPREG,
|