Home
last modified time | relevance | path

Searched refs:NT_ARM_SVE (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
A Dsve-ptrace.c30 #ifndef NT_ARM_SVE
31 #define NT_ARM_SVE 0x405 macro
83 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov)) in get_sve()
105 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_SVE, &iov); in set_sve()
/linux/Documentation/arm64/
A Dsve.rst57 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/include/uapi/linux/
A Delf.h424 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro
/linux/arch/arm64/kernel/
A Dptrace.c1183 .core_note_type = NT_ARM_SVE,

Completed in 12 milliseconds