Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/arm64/fp/
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()
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()
Dfp-ptrace.c43 #ifndef NT_ARM_ZA
44 #define NT_ARM_ZA 0x40c macro
527 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_ZA, &iov); in check_ptrace_values_za()
1144 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZA, &iov); in za_write()
/linux-6.12.1/Documentation/arch/arm64/
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.12.1/include/uapi/linux/
Delf.h442 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
/linux-6.12.1/arch/arm64/kernel/
Dptrace.c1597 .core_note_type = NT_ARM_ZA,