Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/arm64/
Dsve.rst69 NT_ARM_SVE regset. The recommended way of detecting support for this regset
71 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov). Note that when SME is
73 will be read via NT_ARM_SVE and NT_ARM_SVE writes will exit streaming mode
293 * New regsets NT_ARM_SVE and NT_ARM_SSVE are defined for use with
295 streaming mode SVE registers and NT_ARM_SVE describes the
405 * Any SETREGSET of NT_ARM_SVE will exit streaming mode if the target was in
415 * NT_ARM_SVE and NT_ARM_SSVE notes will be added to each coredump for
Dsme.rst55 NT_ARM_SVE, NT_ARM_SSVE and NT_ARM_ZA regsets. The recommended way
/linux-5.19.10/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c25 #ifndef NT_ARM_SVE
26 #define NT_ARM_SVE 0x405 macro
46 .regset = NT_ARM_SVE,
/linux-5.19.10/include/uapi/linux/
Delf.h428 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro
/linux-5.19.10/arch/arm64/kernel/
Dptrace.c1429 .core_note_type = NT_ARM_SVE,