Home
last modified time | relevance | path

Searched refs:NT_ARM_SSVE (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c29 #ifndef NT_ARM_SSVE
30 #define NT_ARM_SSVE 0x40b macro
63 .regset = NT_ARM_SSVE,
Dfp-ptrace.c39 #ifndef NT_ARM_SSVE
40 #define NT_ARM_SSVE 0x40b macro
452 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_SSVE, &iov); in check_ptrace_values_ssve()
1058 regset = NT_ARM_SSVE; in sve_write()
/linux-6.12.1/Documentation/arch/arm64/
Dsve.rst289 * New regsets NT_ARM_SVE and NT_ARM_SSVE are defined for use with
290 PTRACE_GETREGSET and PTRACE_SETREGSET. NT_ARM_SSVE describes the
385 * A GETREGSET for NT_ARM_SSVE will never return SVE_PT_REGS_FPSIMD.
402 streaming mode and any SETREGSET of NT_ARM_SSVE will enter streaming mode
411 * NT_ARM_SVE and NT_ARM_SSVE notes will be added to each coredump for
Dsme.rst61 NT_ARM_SVE, NT_ARM_SSVE, NT_ARM_ZA and NT_ARM_ZT regsets. The recommended
274 * A new regset NT_ARM_SSVE is defined for access to streaming mode SVE
353 * NT_ARM_SSVE notes will be added to each coredump for
/linux-6.12.1/include/uapi/linux/
Delf.h441 #define NT_ARM_SSVE 0x40b /* ARM Streaming SVE registers */ macro
/linux-6.12.1/arch/arm64/kernel/
Dptrace.c1588 .core_note_type = NT_ARM_SSVE,