HomeSort by relevance Sort by last modified time
    Searched refs:PR_SVE_SET_VL (Results 1 - 15 of 15) sorted by null

  /external/strace/xlat/
prctl_options.h 328 #if defined(PR_SVE_SET_VL) || (defined(HAVE_DECL_PR_SVE_SET_VL) && HAVE_DECL_PR_SVE_SET_VL)
330 static_assert((PR_SVE_SET_VL) == (50), "PR_SVE_SET_VL != 50");
333 # define PR_SVE_SET_VL 50
420 XLAT(PR_SVE_SET_VL),
  /bionic/libc/kernel/uapi/linux/
prctl.h 132 #define PR_SVE_SET_VL 50
  /external/kernel-headers/original/uapi/linux/
prctl.h 203 #define PR_SVE_SET_VL 50 /* set task vector length */
206 /* Bits common to PR_SVE_SET_VL and PR_SVE_GET_VL */
  /external/strace/
prctl.c 214 case PR_SVE_SET_VL:
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 102 milliseconds