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

/linux-master/tools/testing/selftests/arm64/fp/
H A Dsve-probe-vls.c40 vl &= PR_SVE_VL_LEN_MASK;
H A Dvlset.c112 if (vl & ~(vl & PR_SVE_VL_LEN_MASK)) {
147 flags = PR_SVE_VL_LEN_MASK;
H A Dvec-syscfg.c324 ret &= PR_SVE_VL_LEN_MASK;
373 if ((ret & PR_SVE_VL_LEN_MASK) != data->min_vl) {
394 if ((ret & PR_SVE_VL_LEN_MASK) != data->max_vl) {
591 new_vl = ret & PR_SVE_VL_LEN_MASK;
H A Dfp-stress.c399 vl &= PR_SVE_VL_LEN_MASK;
H A Dfp-ptrace.c1307 vl &= PR_SVE_VL_LEN_MASK;
/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_sve_change_vl.c33 vl &= PR_SVE_VL_LEN_MASK;
H A Dsve_regs.c35 vl &= PR_SVE_VL_LEN_MASK;
/linux-master/include/uapi/linux/
H A Dprctl.h207 # define PR_SVE_VL_LEN_MASK 0xffff macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h207 # define PR_SVE_VL_LEN_MASK 0xffff macro
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c489 vl &= PR_SVE_VL_LEN_MASK;
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c954 vl = arg & PR_SVE_VL_LEN_MASK;

Completed in 152 milliseconds