Searched refs:fpu_enabled (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | glue_helper.c | 41 bool fpu_enabled = false; in glue_ecb_req_128bit() local 53 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_ecb_req_128bit() 54 &walk, fpu_enabled, nbytes); in glue_ecb_req_128bit() 75 glue_fpu_end(fpu_enabled); in glue_ecb_req_128bit() 118 bool fpu_enabled = false; in glue_cbc_decrypt_req_128bit() local 131 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_cbc_decrypt_req_128bit() 132 &walk, fpu_enabled, nbytes); in glue_cbc_decrypt_req_128bit() 167 glue_fpu_end(fpu_enabled); in glue_cbc_decrypt_req_128bit() 178 bool fpu_enabled = false; in glue_ctr_req_128bit() local 191 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_ctr_req_128bit() [all …]
|
D | cast5_avx_glue.c | 50 static inline bool cast5_fpu_begin(bool fpu_enabled, struct skcipher_walk *walk, in cast5_fpu_begin() argument 54 walk, fpu_enabled, nbytes); in cast5_fpu_begin() 57 static inline void cast5_fpu_end(bool fpu_enabled) in cast5_fpu_end() argument 59 return glue_fpu_end(fpu_enabled); in cast5_fpu_end() 64 bool fpu_enabled = false; in ecb_crypt() local 79 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in ecb_crypt() 111 cast5_fpu_end(fpu_enabled); in ecb_crypt() 215 bool fpu_enabled = false; in cbc_decrypt() local 223 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in cbc_decrypt() 228 cast5_fpu_end(fpu_enabled); in cbc_decrypt() [all …]
|
/Linux-v4.19/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 49 bool fpu_enabled, unsigned int nbytes) in glue_fpu_begin() argument 54 if (fpu_enabled) in glue_fpu_begin() 71 static inline void glue_fpu_end(bool fpu_enabled) in glue_fpu_end() argument 73 if (fpu_enabled) in glue_fpu_end()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | kvm_host.h | 404 u8 fpu_enabled; member 743 vcpu->fpu_enabled; in kvm_mips_guest_can_have_fpu()
|
/Linux-v4.19/arch/mips/kvm/ |
D | mips.c | 893 vcpu->arch.fpu_enabled = true; in kvm_vcpu_ioctl_enable_cap()
|