Searched refs:NT_ARM_ZA (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | za-ptrace.c | 24 #ifndef NT_ARM_ZA 25 #define NT_ARM_ZA 0x40c macro 82 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov)) in get_za() 104 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov); in set_za()
|
| H A D | zt-ptrace.c | 24 #ifndef NT_ARM_ZA 25 #define NT_ARM_ZA 0x40c macro 77 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov)) in get_za() 99 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov); in set_za()
|
| H A D | fp-ptrace.c | 51 #ifndef NT_ARM_ZA 52 #define NT_ARM_ZA 0x40c macro 586 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_ZA, &iov); in check_ptrace_values_za() 1319 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZA, &iov); in za_write()
|
| /linux/Documentation/arch/arm64/ |
| H A D | sme.rst | 61 NT_ARM_SVE, NT_ARM_SSVE, NT_ARM_ZA and NT_ARM_ZT regsets. The recommended 268 * A new regset NT_ARM_ZA is defined for ZA state for access to ZA state via 352 * A NT_ARM_ZA note will be added to each coredump for each thread of the 354 been read if a PTRACE_GETREGSET of NT_ARM_ZA were executed for each thread
|