Searched refs:NT_ARM_SVE (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/arm64/fp/ |
| D | sve-ptrace.c | 23 #ifndef NT_ARM_SVE 24 #define NT_ARM_SVE 0x405 macro 90 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov)) in get_sve() 112 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_SVE, &iov); in set_sve()
|
| /Linux-v5.10/Documentation/arm64/ |
| D | sve.rst | 57 NT_ARM_SVE regset. The recommended way of detecting support for this regset 59 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov). 268 * A new regset NT_ARM_SVE is defined for use with PTRACE_GETREGSET and 364 * A NT_ARM_SVE note will be added to each coredump for each thread of the 366 been read if a PTRACE_GETREGSET of NT_ARM_SVE were executed for each thread
|
| /Linux-v5.10/include/uapi/linux/ |
| D | elf.h | 424 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | ptrace.c | 1147 .core_note_type = NT_ARM_SVE,
|