Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dsve_helpers.c16 int sve_fill_vls(bool use_sme, int min_vls) in sve_fill_vls() argument
19 int pr_set_vl = use_sme ? PR_SME_SET_VL : PR_SVE_SET_VL; in sve_fill_vls()
20 int len_mask = use_sme ? PR_SME_VL_LEN_MASK : PR_SVE_VL_LEN_MASK; in sve_fill_vls()
H A Dsve_helpers.h19 int sve_fill_vls(bool use_sme, int min_vls);