Home
last modified time | relevance | path

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

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