Home
last modified time | relevance | path

Searched refs:have_sme (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_siginfo.c45 bool have_sme; in tpidr2_present() local
48 have_sme = getauxval(AT_HWCAP2) & HWCAP2_SME; in tpidr2_present()
49 if (have_sme) in tpidr2_present()
62 have_sme ? "with" : "without"); in tpidr2_present()
64 td->pass = (in_sigframe == have_sme); in tpidr2_present()
74 if (have_sme && tpidr2_ctx) { in tpidr2_present()
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dptrace.c27 static bool have_sme(void) in have_sme() function
67 if (have_sme() && test_tpidr2) { in test_tpidr()
92 if (have_sme()) { in test_tpidr()