Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dssve_regs.c88 if (get_svcr() != 0) { in do_one_sme_vl()
89 fprintf(stderr, "Unexpected SVCR %lx\n", get_svcr()); in do_one_sme_vl()
H A Dza_regs.c94 if (get_svcr() != 0) { in do_one_sme_vl()
95 fprintf(stderr, "Unexpected SVCR %lx\n", get_svcr()); in do_one_sme_vl()
/linux/tools/testing/selftests/arm64/signal/
H A Dsve_helpers.h21 static inline uint64_t get_svcr(void) in get_svcr() function