Home
last modified time | relevance | path

Searched refs:PR_SVE_GET_VL (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/
H A Dsve-ioctls.c35 res = prctl(PR_SVE_GET_VL, 0, 0, 0, 0); in do_sve_ioctl_test()
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dsve_vl.c21 int ret = prctl(PR_SVE_GET_VL); in get_sve_vl()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dvlset.c26 static int get_ctl = PR_SVE_GET_VL;
H A Dvec-syscfg.c53 .prctl_get = PR_SVE_GET_VL,
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h205 #define PR_SVE_GET_VL 51 /* get task vector length */ macro
/openbmc/linux/Documentation/arch/arm64/
H A Dsve.rst257 PR_SVE_GET_VL. The vector length reported in this value is the new
270 prctl(PR_SVE_GET_VL)
/openbmc/linux/kernel/
H A Dsys.c2634 case PR_SVE_GET_VL: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6273 # define PR_SVE_GET_VL 51 macro
6405 case PR_SVE_GET_VL: in do_prctl()