Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/fp/
H 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()
H 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()
/openbmc/linux/Documentation/arch/arm64/
H 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
/openbmc/linux/include/uapi/linux/
H A Delf.h441 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c1523 .core_note_type = NT_ARM_ZA,