Searched refs:nosimd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 251 * @nosimd: if doing the pending update(), do it with SIMD disabled? 258 bool nosimd; member 281 * @nosimd: execute with SIMD disabled? Requires !CRYPTO_TFM_REQ_MAY_SLEEP. 294 bool nosimd; member 469 if (divs[i].nosimd) in valid_sg_divisions() 511 if ((cfg->nosimd || (flags & SGDIVS_HAVE_NOSIMD)) && in valid_testvec_config() 952 div->nosimd = true; in generate_random_sgl_divisions() 956 if (div->nosimd) in generate_random_sgl_divisions() 957 flushtype_str = "<flush,nosimd>"; in generate_random_sgl_divisions() 962 if (div->nosimd) in generate_random_sgl_divisions() 1322 do_ahash_op(int (*op)(struct ahash_request *req), struct ahash_request *req, struct crypto_wait *wait, bool nosimd) do_ahash_op() argument [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 265 * @nosimd: if doing the pending update(), do it with SIMD disabled? 272 bool nosimd; member 295 * @nosimd: execute with SIMD disabled? Requires !CRYPTO_TFM_REQ_MAY_SLEEP. 308 bool nosimd; member 496 if (divs[i].nosimd) in valid_sg_divisions() 538 if ((cfg->nosimd || (flags & SGDIVS_HAVE_NOSIMD)) && in valid_testvec_config() 1041 div->nosimd = true; in generate_random_sgl_divisions() 1045 if (div->nosimd) in generate_random_sgl_divisions() 1046 flushtype_str = "<flush,nosimd>"; in generate_random_sgl_divisions() 1051 if (div->nosimd) in generate_random_sgl_divisions() 1418 do_ahash_op(int (*op)(struct ahash_request *req), struct ahash_request *req, struct crypto_wait *wait, bool nosimd) do_ahash_op() argument [all...] |
Completed in 7 milliseconds