Home
last modified time | relevance | path

Searched refs:PR_SME_VL_LEN_MASK (Results 1 – 7 of 7) sorted by relevance

/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/linux/include/uapi/linux/
H A Dprctl.h281 # define PR_SME_VL_LEN_MASK 0xffff macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h281 # define PR_SME_VL_LEN_MASK 0xffff macro
/openbmc/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c515 vl &= PR_SME_VL_LEN_MASK; in sme_count_vls()
/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c1001 vl = arg & PR_SME_VL_LEN_MASK; in sme_set_current_vl()
/openbmc/linux/Documentation/arch/arm64/
H A Dsme.rst265 PR_SME_VL_LEN_MASK.
/openbmc/qemu/linux-user/
H A Dsyscall.c6324 # define PR_SME_VL_LEN_MASK 0xffff macro