Home
last modified time | relevance | path

Searched refs:PR_SVE_VL_LEN_MASK (Results 1 – 13 of 13) 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 Dsve-probe-vls.c40 vl &= 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 Dfp-stress.c399 vl &= PR_SVE_VL_LEN_MASK; in probe_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/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_sve_change_vl.c33 vl &= PR_SVE_VL_LEN_MASK; in sve_get_vls()
H A Dsve_regs.c35 vl &= PR_SVE_VL_LEN_MASK; in sve_get_vls()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h207 # define PR_SVE_VL_LEN_MASK 0xffff macro
/openbmc/linux/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.c6274 # define PR_SVE_VL_LEN_MASK 0xffff macro