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

  /external/strace/xlat/
pr_sve_vl_flags.h 6 #if defined(PR_SVE_SET_VL_ONEXEC) || (defined(HAVE_DECL_PR_SVE_SET_VL_ONEXEC) && HAVE_DECL_PR_SVE_SET_VL_ONEXEC)
8 static_assert((PR_SVE_SET_VL_ONEXEC) == ((1 << 18)), "PR_SVE_SET_VL_ONEXEC != (1 << 18)");
11 # define PR_SVE_SET_VL_ONEXEC (1 << 18)
31 XLAT(PR_SVE_SET_VL_ONEXEC),
  /bionic/libc/kernel/uapi/linux/
prctl.h 133 #define PR_SVE_SET_VL_ONEXEC (1 << 18)
  /external/kernel-headers/original/uapi/linux/
prctl.h 204 # define PR_SVE_SET_VL_ONEXEC (1 << 18) /* defer effect until exec */
  /bionic/libc/kernel/uapi/asm-arm64/asm/
ptrace.h 83 #define SVE_PT_VL_ONEXEC (PR_SVE_SET_VL_ONEXEC >> 16)
  /external/kernel-headers/original/uapi/asm-arm64/asm/
ptrace.h 119 #define SVE_PT_VL_ONEXEC (PR_SVE_SET_VL_ONEXEC >> 16)
  /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 747 milliseconds