Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/
H A Dentry-fpsimd.S92 SYM_FUNC_START(sme_get_vl)
95 SYM_FUNC_END(sme_get_vl)
H A Dfpsimd.c1021 vl = sme_get_vl(); in vec_probe_vqs()
/linux-6.15/arch/arm64/include/asm/
H A Dfpsimd.h383 extern unsigned int sme_get_vl(void);
417 static inline unsigned int sme_get_vl(void) { return 0; } in sme_get_vl() function