Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dppccap.c56 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_rdtsc()
69 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus()
82 else if (OPENSSL_ppccap_P & PPC_MFSPR268) in OPENSSL_instrument_bus2()
310 OPENSSL_ppccap_P |= PPC_MFSPR268; in OPENSSL_cpuid_setup()
/freebsd/crypto/openssl/include/crypto/
H A Dppc_arch.h26 # define PPC_MFSPR268 (1<<6) macro
/freebsd/sys/crypto/openssl/
H A Dossl_ppc.h29 # define PPC_MFSPR268 (1<<6) macro
H A Dossl_ppc.c58 OPENSSL_ppccap_P |= PPC_MFSPR268; in ossl_cpuid()