Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/ !
H A Ds390xcap.c121 if (OPENSSL_s390xcap_P.stfle[0]) in OPENSSL_cpuid_setup()
125 OPENSSL_s390xcap_P.stfle[0] |= S390X_CAPBIT(0); in OPENSSL_cpuid_setup()
137 OPENSSL_s390xcap_P.stfle[2] &= ~(S390X_CAPBIT(S390X_VX) in OPENSSL_cpuid_setup()
163 if ((OPENSSL_s390xcap_P.stfle[2] & S390X_CAPBIT(S390X_VX)) in OPENSSL_cpuid_setup()
167 OPENSSL_s390xcap_P.stfle[2] &= ~(S390X_CAPBIT(S390X_VX) in OPENSSL_cpuid_setup()
185 OPENSSL_s390xcap_P.stfle[0] &= cap.stfle[0]; in OPENSSL_cpuid_setup()
186 OPENSSL_s390xcap_P.stfle[1] &= cap.stfle[1]; in OPENSSL_cpuid_setup()
187 OPENSSL_s390xcap_P.stfle[2] &= cap.stfle[2]; in OPENSSL_cpuid_setup()
483 if (sscanf(tok[i] + off, "%llx", &cap->stfle[i]) != 1) in parse_env()
486 cap->stfle[i] = ~cap->stfle[i]; in parse_env()
H A Dinfo.c103 OPENSSL_s390xcap_P.stfle[0], OPENSSL_s390xcap_P.stfle[1], in DEFINE_RUN_ONCE_STATIC()
104 OPENSSL_s390xcap_P.stfle[2], OPENSSL_s390xcap_P.stfle[3], in DEFINE_RUN_ONCE_STATIC()
H A Ds390x_arch.h62 unsigned long long stfle[4]; member
/src/crypto/openssl/doc/man3/ !
H A DOPENSSL_s390xcap.pod48 =item stfle:<mask>:<mask>:<mask>
50 Store-facility-list-extended (stfle) followed by three 64-bit masks. The
51 part of the environment variable's mask corresponding to the stfle
71 stfle:
192 OPENSSL_s390xcap="stfle:~0:~0:~0x4000000000000000"
/src/crypto/openssl/crypto/sha/ !
H A Dsha3.c21 if (!(OPENSSL_s390xcap_P.stfle[1] & S390X_CAPBIT(S390X_MSA12))) in ossl_sha3_reset()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/ !
H A DSystemZInstrSystem.td376 def STFLE : StoreInherentS<"stfle", 0xB2B0, null_frag, 0>;
/src/crypto/openssl/crypto/perlasm/ !
H A Ds390x.pm159 sub stfle { subroutine