Searched refs:fpu_enabled (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/crypto/ |
D | cast5_avx_glue.c | 35 static inline bool cast5_fpu_begin(bool fpu_enabled, struct skcipher_walk *walk, in cast5_fpu_begin() argument 39 walk, fpu_enabled, nbytes); in cast5_fpu_begin() 42 static inline void cast5_fpu_end(bool fpu_enabled) in cast5_fpu_end() argument 44 return glue_fpu_end(fpu_enabled); in cast5_fpu_end() 49 bool fpu_enabled = false; in ecb_crypt() local 64 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in ecb_crypt() 96 cast5_fpu_end(fpu_enabled); in ecb_crypt() 200 bool fpu_enabled = false; in cbc_decrypt() local 208 fpu_enabled = cast5_fpu_begin(fpu_enabled, &walk, nbytes); in cbc_decrypt() 213 cast5_fpu_end(fpu_enabled); in cbc_decrypt() [all …]
|
D | glue_helper.c | 27 bool fpu_enabled = false; in glue_ecb_req_128bit() local 39 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_ecb_req_128bit() 40 &walk, fpu_enabled, nbytes); in glue_ecb_req_128bit() 61 glue_fpu_end(fpu_enabled); in glue_ecb_req_128bit() 104 bool fpu_enabled = false; in glue_cbc_decrypt_req_128bit() local 117 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_cbc_decrypt_req_128bit() 118 &walk, fpu_enabled, nbytes); in glue_cbc_decrypt_req_128bit() 154 glue_fpu_end(fpu_enabled); in glue_cbc_decrypt_req_128bit() 165 bool fpu_enabled = false; in glue_ctr_req_128bit() local 178 fpu_enabled = glue_fpu_begin(bsize, gctx->fpu_blocks_limit, in glue_ctr_req_128bit() [all …]
|
/Linux-v5.10/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 44 bool fpu_enabled, unsigned int nbytes) in glue_fpu_begin() argument 49 if (fpu_enabled) in glue_fpu_begin() 66 static inline void glue_fpu_end(bool fpu_enabled) in glue_fpu_end() argument 68 if (fpu_enabled) in glue_fpu_end()
|
/Linux-v5.10/arch/mips/include/asm/ |
D | kvm_host.h | 435 u8 fpu_enabled; member 777 vcpu->fpu_enabled; in kvm_mips_guest_can_have_fpu()
|
/Linux-v5.10/arch/mips/kvm/ |
D | mips.c | 903 vcpu->arch.fpu_enabled = true; in kvm_vcpu_ioctl_enable_cap()
|