Searched refs:control_word (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/x86/math-emu/ |
| H A D | fpu_arith.c | |
| H A D | errors.c | |
| H A D | load_store.c | |
| H A D | reg_ld_str.c | |
| H A D | reg_compare.c | |
| H A D | fpu_trig.c | |
| H A D | reg_constant.c | |
| /linux/drivers/crypto/ |
| H A D | padlock-aes.c | 195 struct cword *control_word, int count) in rep_xcrypt_ecb() argument 199 : "d"(control_word), "b"(key), "c"(count)); in rep_xcrypt_ecb() 203 u8 *iv, struct cword *control_word, int count) in rep_xcrypt_cbc() argument 207 : "d" (control_word), "b" (key), "c" (count)); in rep_xcrypt_cbc() 264 void *control_word, u32 count) in padlock_xcrypt_ecb() argument 269 ecb_crypt(input, output, key, control_word, count); in padlock_xcrypt_ecb() 278 : "d"(control_word), "b"(key), "c"(initial)); in padlock_xcrypt_ecb() 282 : "d"(control_word), "b"(key), "c"(count)); in padlock_xcrypt_ecb() 286 u8 *iv, void *control_word, u32 count) in padlock_xcrypt_cbc() argument 291 return cbc_crypt(input, output, key, iv, control_word, count); in padlock_xcrypt_cbc() [all …]
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.h | 112 u64 control_word; member
|
| H A D | cptvf_algs.c | 132 offset_control = (__be64 *)&rctx->control_word; in create_ctx_hdr()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sungem.c | 663 dma_len = le64_to_cpu(txd->control_word) & TXDCTRL_BUFSZ; in gem_tx() 1015 txd->control_word = cpu_to_le64(ctrl); in gem_start_xmit() 1054 txd->control_word = cpu_to_le64(this_ctrl | len); in gem_start_xmit() 1064 txd->control_word = in gem_start_xmit() 1586 le64_to_cpu(txd->control_word) & in gem_clean_rings() 1638 txd->control_word = 0; in gem_init_rings()
|
| H A D | sungem.h | 832 __le64 control_word; member
|