Searched refs:NT_ARM_ZA (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c24 #ifndef NT_ARM_ZA
25 #define NT_ARM_ZA 0x40c macro
80 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov))
102 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov);
H A Dzt-ptrace.c24 #ifndef NT_ARM_ZA
25 #define NT_ARM_ZA 0x40c macro
75 if (ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZA, &iov))
97 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZA, &iov);
H A Dfp-ptrace.c43 #ifndef NT_ARM_ZA
44 #define NT_ARM_ZA 0x40c macro
527 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_ZA, &iov);
1144 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_ZA, &iov);
/linux-master/include/uapi/linux/
H A Delf.h441 #define NT_ARM_ZA 0x40c /* ARM SME ZA registers */ macro
/linux-master/arch/arm64/kernel/
H A Dptrace.c1561 .core_note_type = NT_ARM_ZA,

Completed in 180 milliseconds