Searched refs:PR_SME_VL_LEN_MASK (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_sme_change_vl.c32 vl &= PR_SME_VL_LEN_MASK;
H A Dza_no_regs.c35 vl &= PR_SME_VL_LEN_MASK;
H A Dssve_regs.c35 vl &= PR_SME_VL_LEN_MASK;
H A Dza_regs.c35 vl &= PR_SME_VL_LEN_MASK;
H A Dssve_za_regs.c35 vl &= PR_SME_VL_LEN_MASK;
/linux-master/include/uapi/linux/
H A Dprctl.h281 # define PR_SME_VL_LEN_MASK 0xffff macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h281 # define PR_SME_VL_LEN_MASK 0xffff macro
/linux-master/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi.c515 vl &= PR_SME_VL_LEN_MASK;
/linux-master/arch/arm64/kernel/
H A Dfpsimd.c983 vl = arg & PR_SME_VL_LEN_MASK;

Completed in 176 milliseconds