Home
last modified time | relevance | path

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

/linux/Documentation/arch/arm64/
H A Dsve.rst70 NT_ARM_SVE regset. The recommended way of detecting support for this regset
72 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov). Note that when SME is
74 will be read via NT_ARM_SVE and NT_ARM_SVE writes will exit streaming mode
289 * New regsets NT_ARM_SVE and NT_ARM_SSVE are defined for use with
291 streaming mode SVE registers and NT_ARM_SVE describes the
401 * Any SETREGSET of NT_ARM_SVE will exit streaming mode if the target was in
406 write SVE_PT_REGS_FPSIMD formatted data via NT_ARM_SVE, in this case the
420 * NT_ARM_SVE and NT_ARM_SSVE notes will be added to each coredump for
H A Dsme.rst61 NT_ARM_SVE, NT_ARM_SSVE, NT_ARM_ZA and NT_ARM_ZT regsets. The recommended
/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c25 #ifndef NT_ARM_SVE
26 #define NT_ARM_SVE 0x405 macro
56 .regset = NT_ARM_SVE,
374 ksft_test_result((type->regset == NT_ARM_SVE) == (ret == 0), in ptrace_sve_fpsimd()
H A Dfp-ptrace.c43 #ifndef NT_ARM_SVE
44 #define NT_ARM_SVE 0x405 macro
420 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_SVE, &iov); in check_ptrace_values_sve()
1214 regset = NT_ARM_SVE; in sve_write_sve()
1251 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_SVE, &iov); in sve_write_fpsimd()
/linux/tools/include/uapi/linux/
H A Delf.h443 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro
/linux/include/uapi/linux/
H A Delf.h509 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro