Searched refs:SUM (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/crypto/x86/ |
| H A D | polyval-pclmul-avx.S | 37 #define SUM %xmm15 macro 90 pxor SUM, %xmm0 215 vpxor TMP_XMM, PH, SUM 236 pxor SUM, %xmm0 260 montgomery_reduction SUM 276 montgomery_reduction SUM 277 movups SUM, (%rdi) 299 movups (ACCUMULATOR), SUM 310 montgomery_reduction SUM 316 movups SUM, (ACCUMULATOR)
|
| /linux/lib/crypto/arm64/ |
| H A D | polyval-ce-core.S | 60 SUM .req v23 label 253 eor SUM.16b, PH.16b, TMP_V.16b 257 eor M0.16b, M0.16b, SUM.16b 272 eor SUM.16b, SUM.16b, TMP_V.16b 273 karatsuba1_store KEY1 SUM 299 montgomery_reduction SUM 315 montgomery_reduction SUM 316 st1 {SUM.16b}, [x0] 338 ld1 {SUM.16b}, [ACCUMULATOR] 351 montgomery_reduction SUM [all …]
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctresource.c | 99 [SUM] = 0xc, 156 case SUM: in rsc_init() 184 case SUM: in rsc_uninit() 228 case SUM: in rsc_mgr_init() 273 case SUM: in rsc_mgr_uninit()
|
| H A D | ctresource.h | 24 SUM, enumerator
|
| H A D | ctamixer.c | 366 err = rsc_init(&sum->rsc, sum->idx[0], SUM, desc->msr, mgr->mgr.hw); in sum_rsc_init() 455 err = rsc_mgr_init(&sum_mgr->mgr, SUM, SUM_RESOURCE_NUM, hw); in sum_mgr_create()
|
| H A D | ctmixer.c | 915 sum_mgr = (struct sum_mgr *)mixer->atc->rsc_mgrs[SUM]; in ct_mixer_get_mem() 1210 struct sum_mgr *sum_mgr = (struct sum_mgr *)mixer->atc->rsc_mgrs[SUM]; in ct_alsa_mix_create()
|