| /linux-6.15/arch/arm/crypto/ |
| H A D | chacha-neon-core.S | 79 vadd.i32 q2, q2, q3 91 vadd.i32 q2, q2, q3 99 vext.8 q2, q2, q2, #8 109 vadd.i32 q2, q2, q3 121 vadd.i32 q2, q2, q3 129 vext.8 q2, q2, q2, #8 171 vadd.i32 q2, q2, q10 172 veor q2, q2, q6 265 vadd.i32 q2, q2, q6 310 vadd.i32 q2, q2, q6 [all …]
|
| H A D | aes-ce-core.S | 77 aese.8 q2, \key2 81 veor q2, q2, \key3 96 veor q2, q2, \key3 260 vmov q6, q2 265 veor q2, q2, q5 410 vmov q2, q7 421 veor q2, q2, q6 524 veor q2, q2, q6 529 veor q2, q2, q6 616 veor q2, q2, q6 [all …]
|
| H A D | curve25519-core.S | 60 vshr.u64 q2, q2, #6 88 vand q2, q12, q2 112 vadd.i64 q2, q2, q13 131 vsub.i64 q2, q2, q13 259 veor q2, q2, q8 371 vadd.i64 q2, q2, q6 389 vsub.i64 q2, q2, q10 440 vsub.i64 q2, q5, q2 656 vadd.i64 q2, q2, q13 677 vsub.i64 q2, q2, q13 [all …]
|
| H A D | blake2b-neon-core.S | 77 vadd.u64 q0, q0, q2 96 veor q2, q2, q4 111 vadd.u64 q0, q0, q2 136 veor q8, q2, q4 138 vshr.u64 q2, q8, #63 140 vsli.u64 q2, q8, #1 226 vshr.u64 q2, q8, #63 228 vsli.u64 q2, q8, #1 260 vld1.64 {q2-q3}, [ip]! // Load h[4..7] 318 veor q2, q2, q6 // v[4..5] ^= v[12..13] [all …]
|
| H A D | aes-neonbs-core.S | 491 veor q12, q2, q9 494 __tbl q2, q12, q8 542 veor q2, q2, q12 560 veor q12, q2, q9 563 __tbl q2, q12, q8 610 veor q2, q2, q12 743 veor q2, q2, q12 791 vmov q2, q0 805 next_ctr q2 844 veor q2, q2, q14 [all …]
|
| H A D | sha2-ce-core.S | 79 vld1.32 {q2-q3}, [r1]! 85 vrev32.8 q2, q2
|
| H A D | sha1-ce-core.S | 18 k2 .req q2
|
| H A D | nh-neon-core.S | 26 PASS2_SUMS .req q2
|
| H A D | ghash-ce-core.S | 17 XL .req q2
|
| /linux-6.15/arch/arm/lib/ |
| H A D | crc32-core.S | 162 veor.8 q2, q2, q6 170 veor.8 q2, q2, q6 184 veor.8 q1, q1, q2 206 veor.8 q1, q1, q2 215 veor.8 q1, q1, q2 222 vext.8 q2, q1, qzr, #4 225 veor.8 q1, q1, q2 231 vand.8 q2, q1, q3 232 vext.8 q2, qzr, q2, #8 234 vand.8 q2, q2, q3 [all …]
|
| H A D | crc-t10dif-core.S | 233 vld1.64 {q2-q3}, [buf]! 238 CPU_LE( vrev64.8 q2, q2 ) 269 fold_32_bytes q2, q3, \p 281 fold_16_bytes q2, q6, \p 330 vld1.8 {q2}, [r1] 336 veor.8 q2, q2, q3 341 vshr.s8 q2, q2, #7 345 vbsl.8 q2, q1, q0 349 veor.8 q7, q3, q2
|
| /linux-6.15/tools/testing/selftests/sgx/ |
| H A D | sigstruct.c | 32 BIGNUM *q2; member 42 BN_free(ctx->q2); in free_q1q2_ctx() 53 ctx->q2 = BN_new(); in alloc_q1q2_ctx() 56 !ctx->q2) { in alloc_q1q2_ctx() 81 uint8_t *q2) in calc_q1q2() argument 106 if (!BN_div(ctx.q2, NULL, ctx.q2, ctx.m, ctx.bn_ctx)) in calc_q1q2() 109 if (BN_num_bytes(ctx.q2) > SGX_MODULUS_SIZE) { in calc_q1q2() 111 BN_num_bytes(ctx.q2)); in calc_q1q2() 117 len = BN_bn2bin(ctx.q2, q2); in calc_q1q2() 118 reverse_bytes(q2, len); in calc_q1q2() [all …]
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-srggb8-pisp-comp.rst | 48 (q1,q2) both in the range [384..511], they are coded using 9 bits for q1 49 followed by 7 bits for (q2 & 127). Otherwise, for quantization modes 50 0, 1 and 2: a 9-bit field encodes MIN(q1,q2) which must be in the range 51 [0..511] and a 7-bit field encodes (q2-q1+64) which must be in [0..127]. 54 on its inner neighbour q1 or q2. In quantization mode 2 where the inner 57 is encoded as (q0-MAX(0,q1-64)). q3 is likewise coded based on q2. 68 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | fpsimdmacros.h | 13 stp q2, q3, [\state, #16 * 2] 49 ldp q2, q3, [\state, #16 * 2]
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-pxa2xx.c | 808 unsigned long q, q1, q2; in quark_x1000_get_clk_div() local 843 q2 = DIV_ROUND_UP(fref2, rate); in quark_x1000_get_clk_div() 844 r2 = abs(fref2 / q2 - rate); in quark_x1000_get_clk_div() 851 if (r2 >= r1 || q2 > 256) { in quark_x1000_get_clk_div() 858 q = q2; in quark_x1000_get_clk_div()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | sgx.h | 403 u8 q2[SGX_MODULUS_SIZE]; member
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | fp-ptrace-asm.S | 27 ldp q2, q3, [x7, #16 * 2] 158 stp q2, q3, [x7, #16 * 2]
|
| /linux-6.15/tools/testing/selftests/arm64/abi/ |
| H A D | syscall-abi-asm.S | 133 ldp q2, q3, [x2, #16 * 2] 241 stp q2, q3, [x2, #16 * 2]
|
| /linux-6.15/drivers/scsi/ |
| H A D | advansys.c | 315 ASC_SCSIQ_2 q2; member 2494 q->q2.target_ix, q->q1.target_lun, q->q2.srb_tag, in asc_prt_asc_scsi_q() 2495 q->q2.tag_code); in asc_prt_asc_scsi_q() 7446 asc_scsi_q->q2.target_ix = in asc_build_req() 8018 target_ix = scsiq->q2.target_ix; in AscSendScsiQueue() 8095 target_ix = scsiq->q2.target_ix; in AscExeScsiQueue() 8172 scsiq->q2.tag_code &= 0x27; in AscExeScsiQueue() 8191 ((scsiq->q2. in AscExeScsiQueue() 8195 scsiq->q2.tag_code |= in AscExeScsiQueue() 8238 ((scsiq->q2. in AscExeScsiQueue() [all …]
|
| /linux-6.15/Documentation/networking/ |
| H A D | tls-offload-reorder-good.svg | 1 … -1.140625q0.34375 -0.90625 1.078125 -1.78125q0.75 -0.875 2.15625 -2.015625q2.171875 -1.78125 2.93…
|
| H A D | tls-offload-reorder-bad.svg | 1 … -1.140625q0.34375 -0.90625 1.078125 -1.78125q0.75 -0.875 2.15625 -2.015625q2.171875 -1.78125 2.93…
|
| /linux-6.15/drivers/media/dvb-core/ |
| H A D | dvb_frontend.c | 362 int q2; in dvb_frontend_swzigzag_update_delay() local 372 q2 = fepriv->quality - 128; in dvb_frontend_swzigzag_update_delay() 373 q2 *= q2; in dvb_frontend_swzigzag_update_delay() 375 fepriv->delay = fepriv->min_delay + q2 * HZ / (128 * 128); in dvb_frontend_swzigzag_update_delay()
|
| /linux-6.15/arch/arm64/lib/ |
| H A D | crc-t10dif-core.S | 219 ldp q2, q3, [buf, #0x20]
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 790 q2 = QSqlQuery(self.glb.db) 791 QueryExec(q2, "SELECT parent_id" 794 if not q2.next(): 796 parent_id = q2.value(0) 985 q2 = QSqlQuery(self.glb.db) 986 QueryExec(q2, "SELECT parent_id" 989 if not q2.next(): 991 parent_id = q2.value(0)
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-echo.dts | 420 label = "q2";
|