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

/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dfpmr_siginfo.c45 bool have_fpmr; local
48 have_fpmr = getauxval(AT_HWCAP2) & HWCAP2_FPMR;
49 if (have_fpmr)
62 have_fpmr ? "with" : "without");
64 td->pass = (in_sigframe == have_fpmr);
66 if (have_fpmr && fpmr_ctx) {

Completed in 79 milliseconds