Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/include/asm/
Dprocessor.h379 #define SME_SET_VL(arg) sme_set_current_vl(arg) macro
/linux-6.6.21/kernel/
Dsys.c122 #ifndef SME_SET_VL
123 # define SME_SET_VL(a) (-EINVAL) macro
2635 error = SME_SET_VL(arg2); in SYSCALL_DEFINE5()