Home
last modified time | relevance | path

Searched refs:zt_out (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dzt-ptrace.c159 char zt_out[ZT_SIG_REG_BYTES]; in ptrace_set_get_zt() local
171 ret = get_zt(child, zt_out); in ptrace_set_get_zt()
178 if (zt_in[i] != zt_out[i]) { in ptrace_set_get_zt()
180 zt_in[i], zt_out[i]); in ptrace_set_get_zt()
/linux-6.3-rc2/tools/testing/selftests/arm64/abi/
A Dsyscall-abi.c331 uint8_t zt_out[ZT_SIG_REG_BYTES] __attribute__((aligned(16))); variable
337 memset(zt_out, 0, sizeof(zt_out)); in setup_zt()
351 if (memcmp(zt_in, zt_out, sizeof(zt_in)) != 0) { in check_zt()
A Dsyscall-abi-asm.S280 adrp x2, zt_out
281 add x2, x2, :lo12:zt_out

Completed in 7 milliseconds