Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/include/asm/
Dprocessor.h384 #define SME_GET_VL() sme_get_current_vl() macro
/linux-5.19.10/kernel/
Dsys.c123 #ifndef SME_GET_VL
124 # define SME_GET_VL() (-EINVAL) macro
2554 error = SME_GET_VL(); in SYSCALL_DEFINE5()