Searched refs:PTRACE_GETREGSET (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 116 ret = ptrace(PTRACE_GETREGSET, child, type, &iov); in ptrace_read_regs() 158 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers() 166 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov); in show_tar_registers() 174 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); in show_tar_registers() 248 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov); in show_tm_checkpointed_state() 256 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); in show_tm_checkpointed_state() 264 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov); in show_tm_checkpointed_state() 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() 487 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr() [all …]
|
/Linux-v4.19/arch/x86/um/os-Linux/ |
D | registers.c | 30 #ifdef PTRACE_GETREGSET in save_fp_registers() 36 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) < 0) in save_fp_registers() 127 #ifdef PTRACE_GETREGSET in arch_init_registers() 137 if (ptrace(PTRACE_GETREGSET, pid, NT_X86_XSTATE, &iov) == 0) in arch_init_registers()
|
/Linux-v4.19/include/uapi/linux/ |
D | ptrace.h | 50 #define PTRACE_GETREGSET 0x4204 macro
|
/Linux-v4.19/kernel/ |
D | ptrace.c | 867 if (req == PTRACE_GETREGSET) in ptrace_regset() 1072 case PTRACE_GETREGSET: in ptrace_request() 1225 case PTRACE_GETREGSET: in compat_ptrace_request()
|
/Linux-v4.19/Documentation/arm64/ |
D | sve.txt | 40 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov). 233 * A new regset NT_ARM_SVE is defined for use with PTRACE_GETREGSET and 245 If a call to PTRACE_GETREGSET requests less data than the value of 331 been read if a PTRACE_GETREGSET of NT_ARM_SVE were executed for each thread
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1590 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall() 1615 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|