Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dtarget_prctl.h22 static abi_long do_prctl_sve_set_vl(CPUArchState *env, abi_long arg2) in do_prctl_sve_set_vl() function
54 #define do_prctl_sve_set_vl do_prctl_sve_set_vl macro
/openbmc/qemu/linux-user/
H A Dsyscall.c6334 #ifndef do_prctl_sve_set_vl
6335 #define do_prctl_sve_set_vl do_prctl_inval1 macro
6408 return do_prctl_sve_set_vl(env, arg2); in do_prctl()