Searched refs:NT_ARM_ZA (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/arm64/fp/ |
| 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()
|
| 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()
|
| 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() 1323 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZA, &iov); in za_write()
|
| /tools/include/uapi/linux/ |
| A D | elf.h | 450 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
|
Completed in 13 milliseconds