Searched refs:NT_ARM_SVE (Results 1 – 3 of 3) sorted by relevance
25 #ifndef NT_ARM_SVE26 #define NT_ARM_SVE 0x405 macro56 .regset = NT_ARM_SVE,307 ksft_test_result((type->regset == NT_ARM_SVE) == (ret == 0), in ptrace_sve_fpsimd()
43 #ifndef NT_ARM_SVE44 #define NT_ARM_SVE 0x405 macro420 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_SVE, &iov); in check_ptrace_values_sve()1214 regset = NT_ARM_SVE; in sve_write_sve()1255 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_SVE, &iov); in sve_write_fpsimd()
443 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro
Completed in 11 milliseconds