Home
last modified time | relevance | path

Searched refs:PPC_MFTB (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dppccap.c54 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_rdtsc()
67 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus()
80 if (OPENSSL_ppccap_P & PPC_MFTB) in OPENSSL_instrument_bus2()
307 OPENSSL_ppccap_P |= PPC_MFTB; in OPENSSL_cpuid_setup()
/freebsd/crypto/openssl/include/crypto/
H A Dppc_arch.h25 # define PPC_MFTB (1<<5) macro
/freebsd/sys/crypto/openssl/
H A Dossl_ppc.h28 # define PPC_MFTB (1<<5) macro
H A Dossl_ppc.c56 OPENSSL_ppccap_P |= PPC_MFTB; in ossl_cpuid()