Home
last modified time | relevance | path

Searched refs:q0 (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v6.1/Documentation/networking/
Dtls-offload-layers.svg1q0.5625 -1.03125 1.03125 -1.359375q0.484375 -0.328125 1.0625 -0.328125q0.828125 0 1.6875 0.53125l-…
Dtls-offload-reorder-bad.svg1q0.28125 1.40625 0.953125 2.015625q0.6875 0.609375 1.65625 0.609375q1.15625 0 1.953125 -0.796875q0
Dtls-offload-reorder-good.svg1q0.28125 1.40625 0.953125 2.015625q0.6875 0.609375 1.65625 0.609375q1.15625 0 1.953125 -0.796875q0
/Linux-v6.1/arch/arm/crypto/
Daes-ce-core.S27 enc_round q0, \key1
28 enc_round q0, \key2
32 dec_round q0, \key1
33 dec_round q0, \key2
37 enc_round q0, \key1
38 aese.8 q0, \key2
39 veor q0, q0, \key3
43 dec_round q0, \key1
44 aesd.8 q0, \key2
45 veor q0, q0, \key3
[all …]
Dchacha-neon-core.S74 vadd.i32 q0, q0, q1
75 veor q3, q3, q0
85 vadd.i32 q0, q0, q1
86 veor q3, q3, q0
104 vadd.i32 q0, q0, q1
105 veor q3, q3, q0
115 vadd.i32 q0, q0, q1
116 veor q3, q3, q0
148 vld1.32 {q0-q1}, [r0]
151 vmov q8, q0
[all …]
Dcrct10dif-ce-core.S167 vld1.64 {q0-q1}, [buf]!
171 CPU_LE( vrev64.8 q0, q0 )
203 fold_32_bytes q0, q1
214 fold_16_bytes q0, q4
237 vld1.64 {q0}, [buf]!
238 CPU_LE( vrev64.8 q0, q0 )
240 veor.8 q7, q7, q0
260 vld1.64 {q0}, [buf]
261 CPU_LE( vrev64.8 q0, q0 )
282 vbsl.8 q2, q1, q0
[all …]
Dcurve25519-core.S25 vmov.i32 q0, #1
26 vshr.u64 q1, q0, #7
27 vshr.u64 q0, q0, #8
101 vadd.i64 q14, q5, q0
104 vadd.i64 q15, q11, q0
119 vadd.i64 q15, q7, q0
126 vadd.i64 q14, q3, q0
140 vadd.i64 q0, q9, q0
145 vshr.s64 q0, q0, #25
147 vadd.i64 q6, q10, q0
[all …]
Daes-neonbs-core.S454 vtst.8 q0, q7, q8
463 vmvn q0, q0
469 vst1.8 {q0-q1}, [r0, :256]!
488 veor q10, q0, q9 // xor with round0 key
490 __tbl q0, q10, q8
505 bitslice q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11
517 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12
519 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \
524 mix_cols q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11, q12, \
534 bitslice q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11
[all …]
Dblake2b-neon-core.S77 vadd.u64 q0, q0, q2
85 veor q6, q6, q0
111 vadd.u64 q0, q0, q2
120 veor q6, q6, q0
259 vld1.64 {q0-q1}, [ip]! // Load h[0..3]
315 veor q0, q0, q4 // v[0..1] ^= v[8..9]
320 veor q0, q0, q8 // v[0..1] ^= h[0..1]
324 vst1.64 {q0-q1}, [ip]! // Store new h[0..3]
Dsha2-ce-core.S78 0: vld1.32 {q0-q1}, [r1]!
83 vrev32.8 q0, q0
93 vadd.u32 ta0, q0, k0
Dsha1-ce-core.S16 k0 .req q0
Dnh-neon-core.S20 PASS0_SUMS .req q0
Dcrc32-ce-core.S109 qCONSTANT .req q0
Dghash-ce-core.S14 SHASH .req q0
/Linux-v6.1/crypto/
Dtwofish_common.c46 static const u8 q0[256] = { variable
484 ctx->s[0][i] = mds[0][q0[(a) ^ sa] ^ se]; \
485 ctx->s[1][i] = mds[1][q0[(b) ^ sb] ^ sf]; \
492 ctx->s[0][i] = mds[0][q0[q0[(b) ^ sa] ^ se] ^ si]; \
493 ctx->s[1][i] = mds[1][q0[q1[(b) ^ sb] ^ sf] ^ sj]; \
494 ctx->s[2][i] = mds[2][q1[q0[(a) ^ sc] ^ sg] ^ sk]; \
500 ctx->s[0][i] = mds[0][q0[q0[q1[(b) ^ sa] ^ se] ^ si] ^ sm]; \
501 ctx->s[1][i] = mds[1][q0[q1[q1[(a) ^ sb] ^ sf] ^ sj] ^ sn]; \
502 ctx->s[2][i] = mds[2][q1[q0[q0[(a) ^ sc] ^ sg] ^ sk] ^ so]; \
503 ctx->s[3][i] = mds[3][q1[q1[q0[(b) ^ sd] ^ sh] ^ sl] ^ sp];
[all …]
/Linux-v6.1/arch/powerpc/math-emu/
Dudivmodti4.c14 _FP_W_TYPE q0, q1, r0, r1; in _fp_udivmodti4() local
24 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
37 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
63 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
107 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
122 q0 = 0; in _fp_udivmodti4()
146 q0 = 1; in _fp_udivmodti4()
150 q0 = 0; in _fp_udivmodti4()
171 udiv_qrnnd (q0, n1, n2, n1, d1); in _fp_udivmodti4()
172 umul_ppmm (m1, m0, q0, d0); in _fp_udivmodti4()
[all …]
/Linux-v6.1/drivers/net/ethernet/brocade/bna/
Dbna_tx_rx.c1617 struct bna_rxq *q0 = NULL, *q1 = NULL; in bna_bfi_rx_enet_start() local
1630 GET_RXQS(rxp, q0, q1); in bna_bfi_rx_enet_start()
1644 &q0->qpt); in bna_bfi_rx_enet_start()
1645 if (q0->multi_buffer) in bna_bfi_rx_enet_start()
1654 q0->buffer_size = in bna_bfi_rx_enet_start()
1657 htons((u16)q0->buffer_size); in bna_bfi_rx_enet_start()
1831 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, in bna_rxp_add_rxqs() argument
1836 rxp->rxq.single.only = q0; in bna_rxp_add_rxqs()
1840 rxp->rxq.slr.large = q0; in bna_rxp_add_rxqs()
1844 rxp->rxq.hds.data = q0; in bna_rxp_add_rxqs()
[all …]
Dbna.h181 #define GET_RXQS(rxp, q0, q1) do { \ argument
184 (q0) = rxp->rxq.single.only; \
188 (q0) = rxp->rxq.slr.large; \
192 (q0) = rxp->rxq.hds.data; \
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c2740 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; in t3_intr() local
2743 spin_lock(&q0->lock); in t3_intr()
2745 w0 = is_new_response(&q0->desc[q0->cidx], q0); in t3_intr()
2754 process_responses_gts(adap, q0); in t3_intr()
2763 spin_unlock(&q0->lock); in t3_intr()
2778 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; in t3b_intr() local
2786 spin_lock(&q0->lock); in t3b_intr()
2792 process_responses_gts(adap, q0); in t3b_intr()
2797 spin_unlock(&q0->lock); in t3b_intr()
2813 struct sge_rspq *q0 = &qs0->rspq; in t3b_intr_napi() local
[all …]
/Linux-v6.1/arch/arm64/include/asm/
Dfpsimdmacros.h12 stp q0, q1, [\state, #16 * 0]
48 ldp q0, q1, [\state, #16 * 0]
/Linux-v6.1/arch/arm64/crypto/
Dcrct10dif-ce-core.S270 ldp q0, q1, [buf]
345 ldr q0, [buf], #16
367 ldr q0, [buf, #-16]
/Linux-v6.1/drivers/clk/
Dclk-versaclock7.c279 u32 q1, q0; in vc7_128_div_64_to_64() local
361 q0 = (u32)qhat; in vc7_128_div_64_to_64()
365 *r = (rem * b + num0 - q0 * den) >> shift; in vc7_128_div_64_to_64()
366 return ((u64)q1 << 32) | q0; in vc7_128_div_64_to_64()
/Linux-v6.1/tools/testing/selftests/arm64/abi/
Dsyscall-abi-asm.S98 ldp q0, q1, [x2]
205 stp q0, q1, [x2]
/Linux-v6.1/Documentation/translations/zh_CN/core-api/
Dworkqueue.rst213 工作项w0、w1、w2被排到同一个CPU上的一个绑定的wq q0上。w0
/Linux-v6.1/Documentation/core-api/
Dworkqueue.rst258 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU.

12