Home
last modified time | relevance | path

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

/tools/testing/selftests/arm64/fp/
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()
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()
A Dfp-ptrace.c51 #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()
1323 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZA, &iov); in za_write()
/tools/include/uapi/linux/
A Delf.h450 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro

Completed in 13 milliseconds