Home
last modified time | relevance | path

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

/qemu/linux-user/aarch64/
H A Dtarget_prctl.h56 static abi_long do_prctl_sme_get_vl(CPUArchState *env) in do_prctl_sme_get_vl() function
64 #define do_prctl_sme_get_vl do_prctl_sme_get_vl macro
/qemu/linux-user/
H A Dsyscall.c6346 #ifndef do_prctl_sme_get_vl
6347 #define do_prctl_sme_get_vl do_prctl_inval0 macro
6404 return do_prctl_sme_get_vl(env); in do_prctl()