Home
last modified time | relevance | path

Searched refs:sme_get_vl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dentry-fpsimd.S92 SYM_FUNC_START(sme_get_vl)
95 SYM_FUNC_END(sme_get_vl)
H A Dfpsimd.c1039 vl = sme_get_vl(); in vec_probe_vqs()
1356 return sve_vq_from_vl(sme_get_vl()) - 1; in read_smcr_features()
/openbmc/linux/arch/arm64/include/asm/
H A Dfpsimd.h360 extern unsigned int sme_get_vl(void);
394 static inline unsigned int sme_get_vl(void) { return 0; } in sme_get_vl() function