Home
last modified time | relevance | path

Searched refs:PR_SME_GET_VL (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/tools/testing/selftests/arm64/signal/testcases/
Dsme_vl.c21 int ret = prctl(PR_SME_GET_VL); in get_sme_vl()
/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dvlset.c57 get_ctl = PR_SME_GET_VL; in parse_options()
Dvec-syscfg.c60 .prctl_get = PR_SME_GET_VL,
/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h279 #define PR_SME_GET_VL 64 /* get task vector length */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h279 #define PR_SME_GET_VL 64 /* get task vector length */ macro
/Linux-v6.1/Documentation/arm64/
Dsme.rst211 PR_SME_GET_VL. The vector length reported in this value is the new
230 prctl(PR_SME_GET_VL)
/Linux-v6.1/kernel/
Dsys.c2556 case PR_SME_GET_VL: in SYSCALL_DEFINE5()