Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h412 #define SVE_SET_VL(arg) sve_set_current_vl(arg) macro
/linux/kernel/
H A Dsys.c118 #ifndef SVE_SET_VL
119 # define SVE_SET_VL(a) (-EINVAL) macro
2668 error = SVE_SET_VL(arg2); in SYSCALL_DEFINE5()