Home
last modified time | relevance | path

Searched refs:PR_SVE_VL_LEN_MASK (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dvlset.c112 if (vl & ~(vl & PR_SVE_VL_LEN_MASK)) { in main()
147 flags = PR_SVE_VL_LEN_MASK; in main()
H A Dvec-syscfg.c319 ret &= PR_SVE_VL_LEN_MASK; in prctl_get()
368 if ((ret & PR_SVE_VL_LEN_MASK) != data->min_vl) { in prctl_set()
389 if ((ret & PR_SVE_VL_LEN_MASK) != data->max_vl) { in prctl_set()
583 new_vl = ret & PR_SVE_VL_LEN_MASK; in prctl_set_all_vqs()
H A Dsve-probe-vls.c40 vl &= PR_SVE_VL_LEN_MASK; in main()
H A Dfp-stress.c398 vl &= PR_SVE_VL_LEN_MASK; in probe_vls()
/openbmc/linux/tools/testing/selftests/arm64/signal/
H A Dsve_helpers.c20 int len_mask = use_sme ? PR_SME_VL_LEN_MASK : PR_SVE_VL_LEN_MASK; in sve_fill_vls()
/openbmc/qemu/tests/tcg/aarch64/
H A Dsve-ioctls.c40 init_vq = res & PR_SVE_VL_LEN_MASK; in do_sve_ioctl_test()
/openbmc/linux/include/uapi/linux/
H A Dprctl.h207 # define PR_SVE_VL_LEN_MASK 0xffff macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h207 # define PR_SVE_VL_LEN_MASK 0xffff macro
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c489 vl &= PR_SVE_VL_LEN_MASK; in sve_count_vls()
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c972 vl = arg & PR_SVE_VL_LEN_MASK; in sve_set_current_vl()
/openbmc/linux/Documentation/arch/arm64/
H A Dsve.rst285 PR_SVE_VL_LEN_MASK.
/openbmc/qemu/linux-user/
H A Dsyscall.c6298 # define PR_SVE_VL_LEN_MASK 0xffff macro