Searched refs:NT_PRFPREG (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/arm64/fp/ |
| A D | sve-ptrace.c | 101 return ptrace(PTRACE_GETREGSET, pid, NT_PRFPREG, &iov); in get_fpsimd() 110 return ptrace(PTRACE_SETREGSET, pid, NT_PRFPREG, &iov); in set_fpsimd()
|
| A D | fp-ptrace.c | 678 ret = ptrace(PTRACE_GETREGSET, child, NT_PRFPREG, &iov); in check_ptrace_values() 1116 ret = ptrace(PTRACE_SETREGSET, child, NT_PRFPREG, &iov); in fpsimd_write()
|
| /tools/include/uapi/linux/ |
| A D | elf.h | 387 #define NT_PRFPREG 2 macro
|
Completed in 9 milliseconds