Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kernel/
Dentry-fpsimd.S92 SYM_FUNC_START(sme_get_vl)
95 SYM_FUNC_END(sme_get_vl)
Dfpsimd.c975 vl = sme_get_vl(); in vec_probe_vqs()
/linux-6.1.9/arch/arm64/include/asm/
Dfpsimd.h343 extern unsigned int sme_get_vl(void);
370 static inline unsigned int sme_get_vl(void) { return 0; } in sme_get_vl() function