Home
last modified time | relevance | path

Searched refs:PR_SVE_SET_VL (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/tcg/aarch64/
H A Dsve-ioctls.c44 res = prctl(PR_SVE_SET_VL, i, 0, 0, 0, 0); in do_sve_ioctl_test()
H A Dsve-str.c44 if (prctl(PR_SVE_SET_VL, i, 0, 0, 0, 0) == i) { in main()
/qemu/linux-user/
H A Dsyscall.c6265 #ifndef PR_SVE_SET_VL
6266 # define PR_SVE_SET_VL 50 macro
6401 case PR_SVE_SET_VL: in do_prctl()