Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c24 #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 Dzt-ptrace.c24 #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 Dfp-ptrace.c51 #ifndef NT_ARM_ZA
52 #define NT_ARM_ZA 0x40c macro
572 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_ZA, &iov); in check_ptrace_values_za()
1268 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZA, &iov); in za_write()
/linux-6.15/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
362 * A NT_ARM_ZA note will be added to each coredump for each thread of the
364 been read if a PTRACE_GETREGSET of NT_ARM_ZA were executed for each thread
/linux-6.15/tools/include/uapi/linux/
H A Delf.h450 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
/linux-6.15/include/uapi/linux/
H A Delf.h523 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
/linux-6.15/arch/arm64/kernel/
H A Dptrace.c1677 .core_note_type = NT_ARM_ZA,