Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dza-ptrace.c24 #ifndef NT_ARM_ZA
25 #define NT_ARM_ZA 0x40c macro
80 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov)) in get_za()
102 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov); in set_za()
A Dzt-ptrace.c24 #ifndef NT_ARM_ZA
25 #define NT_ARM_ZA 0x40c macro
75 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov)) in get_za()
97 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov); in set_za()
/linux-6.3-rc2/Documentation/arm64/
A Dsme.rst61 NT_ARM_SVE, NT_ARM_SSVE, NT_ARM_ZA and NT_ARM_ZT regsets. The recommended
278 * A new regset NT_ARM_ZA is defined for ZA state for access to ZA state via
358 * A NT_ARM_ZA note will be added to each coredump for each thread of the
360 been read if a PTRACE_GETREGSET of NT_ARM_ZA were executed for each thread
/linux-6.3-rc2/include/uapi/linux/
A Delf.h436 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
/linux-6.3-rc2/arch/arm64/kernel/
A Dptrace.c1501 .core_note_type = NT_ARM_ZA,

Completed in 21 milliseconds