| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace.h | 112 ret = ptrace(PTRACE_GETREGSET, child, type, &iov); in ptrace_read_regs() 154 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TAR, &iov); in show_tar_registers() 162 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_PPR, &iov); in show_tar_registers() 170 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); in show_tar_registers() 244 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CTAR, &iov); in show_tm_checkpointed_state() 252 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CPPR, &iov); in show_tm_checkpointed_state() 260 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CDSCR, &iov); in show_tm_checkpointed_state() 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() 483 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_TM_CGPR, &iov); in show_ckpt_gpr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/ |
| H A 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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | ptrace.h | 102 PTRACE_GETREGSET = 0x4204, enumerator 103 #define PTRACE_GETREGSET PTRACE_GETREGSET macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | ptrace.h | 162 PTRACE_GETREGSET = 0x4204, enumerator 163 #define PTRACE_GETREGSET PTRACE_GETREGSET macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ptrace.h | 50 #define PTRACE_GETREGSET 0x4204 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ptrace.h | 50 #define PTRACE_GETREGSET 0x4204 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ptrace.h | 50 #define PTRACE_GETREGSET 0x4204 macro
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | ptrace.c | 920 if (req == PTRACE_GETREGSET) in ptrace_regset() 1226 case PTRACE_GETREGSET: in ptrace_request() 1382 case PTRACE_GETREGSET: in compat_ptrace_request()
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | sve.rst | 59 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov). 268 * A new regset NT_ARM_SVE is defined for use with PTRACE_GETREGSET and 280 If a call to PTRACE_GETREGSET requests less data than the value of 366 been read if a PTRACE_GETREGSET of NT_ARM_SVE were executed for each thread
|
| H A D | pointer-authentication.rst | 75 userspace can acquire via PTRACE_GETREGSET.
|
| H A D | memory-tagging-extension.rst | 209 ``PTRACE_GETREGSET`` and ``PTRACE_SETREGSET`` with ``addr ==
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/ |
| H A D | sve-ptrace.c | 90 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov)) in get_sve()
|
| /OK3568_Linux_fs/kernel/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 1108 ptrace(PTRACE_GETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=832}]) = 0 1116 ptrace(PTRACE_GETREGSET, 16967, NT_X86_XSTATE, [{iov_base=0xd5f35010, iov_len=832}]) = 0
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1890 ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &__v); \
|