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

/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c273 void *svebuf; local
280 svebuf = malloc(SVE_PT_SIZE(0, SVE_PT_REGS_FPSIMD));
281 if (!svebuf) {
286 memset(svebuf, 0, SVE_PT_SIZE(0, SVE_PT_REGS_FPSIMD));
287 sve = svebuf;
322 free(svebuf);

Completed in 206 milliseconds