Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dza-ptrace.c24 #ifndef NT_ARM_ZA
25 #define NT_ARM_ZA 0x40c macro
70 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov)) in get_za()
92 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov); in set_za()
/Linux-v6.1/Documentation/arm64/
Dsme.rst55 NT_ARM_SVE, NT_ARM_SSVE and NT_ARM_ZA regsets. The recommended way
258 * A new regset NT_ARM_ZA is defined for ZA state for access to ZA state via
329 * A NT_ARM_ZA note will be added to each coredump for each thread of the
331 been read if a PTRACE_GETREGSET of NT_ARM_ZA were executed for each thread
/Linux-v6.1/include/uapi/linux/
Delf.h436 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
/Linux-v6.1/arch/arm64/kernel/
Dptrace.c1462 .core_note_type = NT_ARM_ZA,