Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dentry-fpsimd.S92 SYM_FUNC_START(sme_get_vl)
95 SYM_FUNC_END(sme_get_vl)
/linux/arch/arm64/include/asm/
H A 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