Searched refs:NT_ARM_ZA (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/testing/selftests/arm64/fp/ |
D | za-ptrace.c | 24 #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()
|
D | zt-ptrace.c | 24 #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.6.21/Documentation/arch/arm64/ |
D | sme.rst | 61 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.6.21/include/uapi/linux/ |
D | elf.h | 441 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
|
/linux-6.6.21/arch/arm64/kernel/ |
D | ptrace.c | 1521 .core_note_type = NT_ARM_ZA,
|