Searched defs:fpu_enabled (Results 1 – 11 of 11) sorted by relevance
/arch/x86/crypto/ |
D | cast5_avx_glue.c | 48 static inline bool cast5_fpu_begin(bool fpu_enabled, unsigned int nbytes) in cast5_fpu_begin() 54 static inline void cast5_fpu_end(bool fpu_enabled) in cast5_fpu_end() 62 bool fpu_enabled = false; in ecb_crypt() local 229 bool fpu_enabled = false; in cbc_decrypt() local 312 bool fpu_enabled = false; in ctr_crypt() local
|
D | glue_helper.c | 43 bool fpu_enabled = false; in __glue_ecb_crypt_128bit() local 195 bool fpu_enabled = false; in glue_cbc_decrypt_128bit() local 278 bool fpu_enabled = false; in glue_ctr_crypt_128bit() local 383 bool fpu_enabled = false; in glue_xts_crypt_128bit() local 422 bool fpu_enabled = false; in glue_xts_req_128bit() local
|
D | serpent_avx2_glue.c | 171 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() 177 static inline void serpent_fpu_end(bool fpu_enabled) in serpent_fpu_end() 184 bool fpu_enabled; member
|
D | camellia_aesni_avx2_glue.c | 185 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) in camellia_fpu_begin() 192 static inline void camellia_fpu_end(bool fpu_enabled) in camellia_fpu_end() 206 bool fpu_enabled; member
|
D | twofish_avx_glue.c | 205 static inline bool twofish_fpu_begin(bool fpu_enabled, unsigned int nbytes) in twofish_fpu_begin() 211 static inline void twofish_fpu_end(bool fpu_enabled) in twofish_fpu_end() 218 bool fpu_enabled; member
|
D | camellia_aesni_avx_glue.c | 189 static inline bool camellia_fpu_begin(bool fpu_enabled, unsigned int nbytes) in camellia_fpu_begin() 196 static inline void camellia_fpu_end(bool fpu_enabled) in camellia_fpu_end() 210 bool fpu_enabled; member
|
D | serpent_avx_glue.c | 205 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() 211 static inline void serpent_fpu_end(bool fpu_enabled) in serpent_fpu_end() 218 bool fpu_enabled; member
|
D | serpent_sse2_glue.c | 174 static inline bool serpent_fpu_begin(bool fpu_enabled, unsigned int nbytes) in serpent_fpu_begin() 180 static inline void serpent_fpu_end(bool fpu_enabled) in serpent_fpu_end() 187 bool fpu_enabled; member
|
D | cast6_avx_glue.c | 192 static inline bool cast6_fpu_begin(bool fpu_enabled, unsigned int nbytes) in cast6_fpu_begin() 198 static inline void cast6_fpu_end(bool fpu_enabled) in cast6_fpu_end() 205 bool fpu_enabled; member
|
/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 49 bool fpu_enabled, unsigned int nbytes) in glue_fpu_begin() 76 bool fpu_enabled, unsigned int nbytes) in glue_skwalk_fpu_begin() 98 static inline void glue_fpu_end(bool fpu_enabled) in glue_fpu_end()
|
/arch/mips/include/asm/ |
D | kvm_host.h | 404 u8 fpu_enabled; member
|