Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Ds390xcap.c81 if (OPENSSL_s390xcap_P.stfle[0]) in OPENSSL_cpuid_setup()
85 OPENSSL_s390xcap_P.stfle[0] |= S390X_CAPBIT(0); in OPENSSL_cpuid_setup()
97 OPENSSL_s390xcap_P.stfle[2] &= ~(S390X_CAPBIT(S390X_VX) in OPENSSL_cpuid_setup()
123 if ((OPENSSL_s390xcap_P.stfle[2] & S390X_CAPBIT(S390X_VX)) in OPENSSL_cpuid_setup()
127 OPENSSL_s390xcap_P.stfle[2] &= ~(S390X_CAPBIT(S390X_VX) in OPENSSL_cpuid_setup()
145 OPENSSL_s390xcap_P.stfle[0] &= cap.stfle[0]; in OPENSSL_cpuid_setup()
146 OPENSSL_s390xcap_P.stfle[1] &= cap.stfle[1]; in OPENSSL_cpuid_setup()
147 OPENSSL_s390xcap_P.stfle[2] &= cap.stfle[2]; in OPENSSL_cpuid_setup()
693 if (sscanf(tok[i] + off, "%llx", &cap->stfle[i]) != 1) in parse_env()
696 cap->stfle[i] = ~cap->stfle[i]; in parse_env()
A Dinfo.c83 OPENSSL_s390xcap_P.stfle[0], OPENSSL_s390xcap_P.stfle[1], in DEFINE_RUN_ONCE_STATIC()
84 OPENSSL_s390xcap_P.stfle[2], OPENSSL_s390xcap_P.stfle[3], in DEFINE_RUN_ONCE_STATIC()
A Ds390x_arch.h60 unsigned long long stfle[4]; member
/openssl-master/doc/man3/
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
66 stfle:
180 OPENSSL_s390xcap="stfle:~0:~0:~0x4000000000000000"
/openssl-master/crypto/perlasm/
A Ds390x.pm159 sub stfle { subroutine

Completed in 12 milliseconds