Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dtarget_prctl.h11 static abi_long do_prctl_sve_get_vl(CPUArchState *env) in do_prctl_sve_get_vl() function
20 #define do_prctl_sve_get_vl do_prctl_sve_get_vl macro
/openbmc/qemu/linux-user/
H A Dsyscall.c6331 #ifndef do_prctl_sve_get_vl
6332 #define do_prctl_sve_get_vl do_prctl_inval0 macro
6406 return do_prctl_sve_get_vl(env); in do_prctl()