Searched refs:NT_ARM_ZT (Results 1 – 4 of 4) sorted by relevance
27 #ifndef NT_ARM_ZT28 #define NT_ARM_ZT 0x40d macro106 return ptrace(PTRACE_GETREGSET, pid, NT_ARM_ZT, &iov); in get_zt()116 return ptrace(PTRACE_SETREGSET, pid, NT_ARM_ZT, &iov); in set_zt()
61 NT_ARM_SVE, NT_ARM_SSVE, NT_ARM_ZA and NT_ARM_ZT regsets. The recommended340 * A new regset NT_ARM_ZT is defined for access to ZTn state via343 * The NT_ARM_ZT regset consists of a single 512 bit register.345 * When PSTATE.ZA==0 reads of NT_ARM_ZT will report all bits of ZTn as 0.347 * Writes to NT_ARM_ZT will set PSTATE.ZA to 1.363 * A NT_ARM_ZT note will be added to each coredump for each thread of the365 been read if a PTRACE_GETREGSET of NT_ARM_ZT were executed for each thread
437 #define NT_ARM_ZT 0x40d /* ARM SME ZT registers */ macro
1517 .core_note_type = NT_ARM_ZT,
Completed in 12 milliseconds