Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h414 #define SME_SET_VL(arg) sme_set_current_vl(arg) macro
/linux/kernel/
H A Dsys.c124 #ifndef SME_SET_VL
125 # define SME_SET_VL(a) (-EINVAL) macro
2674 error = SME_SET_VL(arg2); in SYSCALL_DEFINE5()