/linux/arch/arm/crypto/ |
A D | chacha-neon-core.S | 97 vext.8 q1, q1, q1, #4 127 vext.8 q1, q1, q1, #12 167 vadd.i32 q1, q1, q9 168 veor q1, q1, q5 528 veor q1, q1, q12 535 veor q1, q1, q6 542 veor q1, q1, q14 549 veor q1, q1, q5 556 veor q1, q1, q13 563 veor q1, q1, q7 [all …]
|
A D | crc32-ce-core.S | 159 veor.8 q1, q1, q5 168 veor.8 q1, q1, q5 182 veor.8 q1, q1, q5 183 veor.8 q1, q1, q2 187 veor.8 q1, q1, q5 188 veor.8 q1, q1, q3 192 veor.8 q1, q1, q5 193 veor.8 q1, q1, q4 204 veor.8 q1, q1, q5 205 veor.8 q1, q1, q2 [all …]
|
A D | aes-ce-core.S | 80 veor q1, q1, \key3 95 veor q1, q1, \key3 259 vmov q5, q1 264 veor q1, q1, q4 361 veor q1, q1, q2 407 vmov q1, q7 420 veor q1, q1, q5 522 veor q1, q1, q5 528 veor q1, q1, q5 614 veor q1, q1, q5 [all …]
|
A D | curve25519-core.S | 152 vadd.i64 q1, q4, q1 157 vshr.s64 q1, q1, #26 164 vshl.i64 q1, q1, #26 168 vsub.i64 q1, q4, q1 182 vshr.u32 q1, q1, #7 195 vshr.u32 q1, q1, #7 253 veor q1, q1, q10 386 vadd.i64 q1, q1, q8 405 vsub.i64 q1, q1, q12 418 vshr.s64 q1, q1, #25 [all …]
|
A D | crct10dif-ce-core.S | 167 vld1.64 {q0-q1}, [buf]! 172 CPU_LE( vrev64.8 q1, q1 ) 203 fold_32_bytes q0, q1 215 fold_16_bytes q1, q5 282 vbsl.8 q2, q1, q0 304 vmov.i8 q1, #0 307 vmull.p64 q1, q1l, FOLD_CONST_L // high 32 bits * x^48 * (x^48 mod G(x)) 308 veor.8 q0, q0, q1 // + low bits 314 vmull.p64 q1, q0h, FOLD_CONST_H // high 32 bits * floor(x^48 / G(x)) 316 vmull.p64 q1, q1l, FOLD_CONST_L // *= G(x)
|
A D | aes-neonbs-core.S | 464 vmvn q1, q1 489 veor q11, q1, q9 537 veor q1, q1, q12 558 veor q11, q1, q9 607 veor q1, q1, q12 737 veor q1, q1, q9 785 vrev32.8 q1, q0 794 99: vmov q1, q0 810 next_ctr q1 848 veor q1, q1, q9 [all …]
|
A D | blake2b-neon-core.S | 78 vadd.u64 q1, q1, q3 86 veor q7, q7, q1 112 vadd.u64 q1, q1, q3 121 veor q7, q7, q1 259 vld1.64 {q0-q1}, [ip]! // Load h[0..3] 316 veor q1, q1, q5 // v[2..3] ^= v[10..11] 321 veor q1, q1, q9 // v[2..3] ^= h[2..3] 324 vst1.64 {q0-q1}, [ip]! // Store new h[0..3]
|
A D | sha2-ce-core.S | 78 0: vld1.32 {q0-q1}, [r1]! 84 vrev32.8 q1, q1
|
/linux/Documentation/networking/ |
A D | tls-offload-layers.svg | 1 …q1.265625 -1.34375 3.265625 -1.34375q1.9375 0 3.15625 1.328125q1.234375 1.3125 1.234375 3.703125q0…
|
A D | tls-offload-reorder-bad.svg | 1 …q1.375 -0.640625 2.40625 -1.5625q1.03125 -0.921875 1.453125 -1.78125l1.0625 0l0 13.40625z" fill-ru…
|
A D | tls-offload-reorder-good.svg | 1 …q1.375 -0.640625 2.40625 -1.5625q1.03125 -0.921875 1.453125 -1.78125l1.0625 0l0 13.40625z" fill-ru…
|
/linux/crypto/ |
A D | twofish_common.c | 71 static const u8 q1[256] = { variable 495 ctx->s[3][i] = mds[3][q1[q1[(a) ^ sd] ^ sh] ^ sl]; 501 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \ 503 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp]; 544 q1[b ^ key[(j) + 17]], \ 649 CALC_K256 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 652 CALC_K256 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey() 662 CALC_K192 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 665 CALC_K192 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey() 675 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() [all …]
|
/linux/arch/powerpc/math-emu/ |
A D | udivmodti4.c | 14 _FP_W_TYPE q0, q1, r0, r1; in _fp_udivmodti4() local 25 q1 = 0; in _fp_udivmodti4() 36 udiv_qrnnd (q1, n1, 0, n1, d0); in _fp_udivmodti4() 64 q1 = 0; in _fp_udivmodti4() 87 q1 = 1; in _fp_udivmodti4() 102 udiv_qrnnd (q1, n1, n2, n1, d0); in _fp_udivmodti4() 123 q1 = 0; in _fp_udivmodti4() 152 q1 = 0; in _fp_udivmodti4() 180 q1 = 0; in _fp_udivmodti4() 190 q[0] = q0; q[1] = q1; in _fp_udivmodti4()
|
/linux/tools/testing/selftests/sgx/ |
A D | sigstruct.c | 24 BIGNUM *q1; member 34 BN_free(ctx->q1); in free_q1q2_ctx() 45 ctx->q1 = BN_new(); in alloc_q1q2_ctx() 49 if (!ctx->bn_ctx || !ctx->s || !ctx->m || !ctx->q1 || !ctx->qr || in alloc_q1q2_ctx() 74 static bool calc_q1q2(const uint8_t *s, const uint8_t *m, uint8_t *q1, in calc_q1q2() argument 85 if (!BN_mul(ctx.q1, ctx.s, ctx.s, ctx.bn_ctx)) in calc_q1q2() 88 if (!BN_div(ctx.q1, ctx.qr, ctx.q1, ctx.m, ctx.bn_ctx)) in calc_q1q2() 91 if (BN_num_bytes(ctx.q1) > SGX_MODULUS_SIZE) { in calc_q1q2() 93 BN_num_bytes(ctx.q1)); in calc_q1q2() 109 len = BN_bn2bin(ctx.q1, q1); in calc_q1q2() [all …]
|
/linux/drivers/net/ethernet/brocade/bna/ |
A D | bna_tx_rx.c | 2111 if (q1) { in bna_bfi_rx_enet_start_rsp() 2122 if (q1) in bna_bfi_rx_enet_start_rsp() 2123 q1->rcb->producer_index = q1->rcb->consumer_index = 0; in bna_bfi_rx_enet_start_rsp() 2349 q1 = NULL; in bna_rx_create() 2405 if (q1) { in bna_rx_create() 2406 q1->rx = rx; in bna_rx_create() 2416 q1->rcb->rxq = q1; in bna_rx_create() 2422 q1->rx_packets = q1->rx_bytes = 0; in bna_rx_create() 2423 q1->rx_packets_with_error = q1->rxbuf_alloc_failed = 0; in bna_rx_create() 2448 if (q1) { in bna_rx_create() [all …]
|
A D | bna.h | 181 #define GET_RXQS(rxp, q0, q1) do { \ argument 185 (q1) = NULL; \ 189 (q1) = rxp->rxq.slr.small; \ 193 (q1) = rxp->rxq.hds.hdr; \
|
/linux/Documentation/devicetree/bindings/mfd/ |
A D | ti,lp87561-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87561-q1.yaml# 14 const: ti,lp87561-q1 67 compatible = "ti,lp87561-q1";
|
A D | ti,lp87565-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87565-q1.yaml# 16 - ti,lp87565-q1 75 compatible = "ti,lp87565-q1";
|
A D | ti,lp87524-q1.yaml | 4 $id: http://devicetree.org/schemas/mfd/ti,lp87524-q1.yaml# 14 const: ti,lp87524-q1 74 compatible = "ti,lp87524-q1";
|
/linux/drivers/tty/vt/ |
A D | consolemap.c | 446 u16 **p1, **q1; in con_unify_unimap() local 447 p1 = p->uni_pgdir[j]; q1 = q->uni_pgdir[j]; in con_unify_unimap() 448 if (!p1 && !q1) in con_unify_unimap() 450 if (!p1 || !q1) in con_unify_unimap() 453 if (!p1[k] && !q1[k]) in con_unify_unimap() 455 if (!p1[k] || !q1[k]) in con_unify_unimap() 457 if (memcmp(p1[k], q1[k], 64*sizeof(u16))) in con_unify_unimap()
|
/linux/drivers/spi/ |
A D | spi-pxa2xx.c | 830 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local 840 q1 = DIV_ROUND_UP(fref1, rate); in quark_x1000_get_clk_div() 843 if (q1 > 256) { in quark_x1000_get_clk_div() 845 scale = fls_long(q1 - 1); in quark_x1000_get_clk_div() 847 q1 >>= scale - 9; in quark_x1000_get_clk_div() 852 q1 += q1 & 1; in quark_x1000_get_clk_div() 856 scale = __ffs(q1); in quark_x1000_get_clk_div() 857 q1 >>= scale; in quark_x1000_get_clk_div() 876 q = q1; in quark_x1000_get_clk_div() 890 q1 = DIV_ROUND_UP(fref, rate); in quark_x1000_get_clk_div() [all …]
|
/linux/drivers/scsi/ |
A D | advansys.c | 314 ASC_SCSIQ_1 q1; member 2492 (ulong)le32_to_cpu(q->q1.sense_addr), q->q1.sense_len); in asc_prt_asc_scsi_q() 7490 asc_scsi_q->q1.data_cnt = 0; in asc_build_req() 7491 asc_scsi_q->q1.data_addr = 0; in asc_build_req() 7882 scsiq->q1.cntl |= QC_MSG_OUT; in AscPutReadyQueue() 7888 scsiq->q1.status = QS_FREE; in AscPutReadyQueue() 8080 scsiq->q1.q_no = 0; in AscExeScsiQueue() 8082 scsiq->q1.extra_bytes = 0; in AscExeScsiQueue() 8187 scsiq->q1.extra_bytes = in AscExeScsiQueue() 8240 scsiq->q1.data_cnt = in AscExeScsiQueue() [all …]
|
/linux/Documentation/translations/zh_CN/core-api/ |
A D | workqueue.rst | 262 现在,我们假设w1和w2被排到了不同的wq q1上,这个wq q1
|
/linux/arch/arm64/include/asm/ |
A D | fpsimdmacros.h | 12 stp q0, q1, [\state, #16 * 0] 48 ldp q0, q1, [\state, #16 * 0]
|
/linux/Documentation/devicetree/bindings/leds/ |
A D | leds-lp8860.txt | 50 https://www.ti.com/product/lp8860-q1
|