| /kernel/linux/linux-5.10/lib/mpi/ |
| D | ec.c | 689 MPI z1, z2, z3; in mpi_ec_get_affine() local 700 z3 = mpi_new(0); in mpi_ec_get_affine() 701 ec_mulm(z3, z2, z1, ctx); /* z3 = z^(-3) mod p */ in mpi_ec_get_affine() 702 ec_mulm(y, point->y, z3, ctx); in mpi_ec_get_affine() 703 mpi_free(z3); in mpi_ec_get_affine() 761 #define z3 (result->z) in dup_point_weierstrass() macro 773 mpi_set_ui(z3, 0); in dup_point_weierstrass() 795 /* Z3 = 2YZ */ in dup_point_weierstrass() 796 ec_mulm(z3, point->y, point->z, ctx); in dup_point_weierstrass() 797 ec_mul2(z3, z3, ctx); in dup_point_weierstrass() [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/mpi/ |
| D | ec.c | 689 MPI z1, z2, z3; in mpi_ec_get_affine() local 700 z3 = mpi_new(0); in mpi_ec_get_affine() 701 ec_mulm(z3, z2, z1, ctx); /* z3 = z^(-3) mod p */ in mpi_ec_get_affine() 702 ec_mulm(y, point->y, z3, ctx); in mpi_ec_get_affine() 703 mpi_free(z3); in mpi_ec_get_affine() 761 #define z3 (result->z) in dup_point_weierstrass() macro 773 mpi_set_ui(z3, 0); in dup_point_weierstrass() 795 /* Z3 = 2YZ */ in dup_point_weierstrass() 796 ec_mulm(z3, point->y, point->z, ctx); in dup_point_weierstrass() 797 ec_mul2(z3, z3, ctx); in dup_point_weierstrass() [all …]
|
| /kernel/linux/linux-5.10/arch/riscv/include/asm/ |
| D | cmpxchg.h | 177 " bne %0, %z3, 1f\n" \ 188 " bne %0, %z3, 1f\n" \ 221 " bne %0, %z3, 1f\n" \ 233 " bne %0, %z3, 1f\n" \ 268 " bne %0, %z3, 1f\n" \ 280 " bne %0, %z3, 1f\n" \ 313 " bne %0, %z3, 1f\n" \ 325 " bne %0, %z3, 1f\n" \
|
| /kernel/linux/linux-6.6/arch/riscv/include/asm/ |
| D | cmpxchg.h | 177 " bne %0, %z3, 1f\n" \ 188 " bne %0, %z3, 1f\n" \ 221 " bne %0, %z3, 1f\n" \ 233 " bne %0, %z3, 1f\n" \ 268 " bne %0, %z3, 1f\n" \ 280 " bne %0, %z3, 1f\n" \ 313 " bne %0, %z3, 1f\n" \ 325 " bne %0, %z3, 1f\n" \
|
| /kernel/linux/linux-6.6/Documentation/input/devices/ |
| D | alps.rst | 114 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 126 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 147 byte 8: 0 z6 z5 z4 z3 z2 z1 z0 168 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 196 byte 4: 0 z6 z5 z4 z3 z2 z1 z0 212 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 260 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 280 byte 4: Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0 290 byte 5: z7 z6 z5 z4 z3 z2 z1 z0 304 byte 5: T&P 0 Z5 Z4 Z3 Z2 Z1 Z0 [all …]
|
| /kernel/linux/linux-5.10/Documentation/input/devices/ |
| D | alps.rst | 114 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 126 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 147 byte 8: 0 z6 z5 z4 z3 z2 z1 z0 168 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 196 byte 4: 0 z6 z5 z4 z3 z2 z1 z0 212 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 260 byte 5: 0 z6 z5 z4 z3 z2 z1 z0 280 byte 4: Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0 290 byte 5: z7 z6 z5 z4 z3 z2 z1 z0 304 byte 5: T&P 0 Z5 Z4 Z3 Z2 Z1 Z0 [all …]
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| D | curve25519-fiat32.c | 760 fe x1, x2, z2, x3, z3; in curve25519_generic() local 773 * z2' = z3' = 0, and z2 = z3 = 0 gives z2' = z3' = 0. The statement was in curve25519_generic() 798 fe_1(&z3); in curve25519_generic() 805 * pos >= -1; if z2 = 0 then x2 is nonzero; if z3 = 0 then x3 in curve25519_generic() 809 * to_xz (r*P) === if swap then (x3, z3) else (x2, z2) in curve25519_generic() 810 * to_xz ((r+1)*P) === if swap then (x2, z2) else (x3, z3) in curve25519_generic() 817 fe_cswap(&z2, &z3, swap); in curve25519_generic() 826 fe_sub(&tmp0l, &x3, &z3); in curve25519_generic() 829 fe_add(&z2l, &x3, &z3); in curve25519_generic() 830 fe_mul_tll(&z3, &tmp0l, &x2l); in curve25519_generic() [all …]
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | curve25519-fiat32.c | 760 fe x1, x2, z2, x3, z3; in curve25519_generic() local 773 * z2' = z3' = 0, and z2 = z3 = 0 gives z2' = z3' = 0. The statement was in curve25519_generic() 798 fe_1(&z3); in curve25519_generic() 805 * pos >= -1; if z2 = 0 then x2 is nonzero; if z3 = 0 then x3 in curve25519_generic() 809 * to_xz (r*P) === if swap then (x3, z3) else (x2, z2) in curve25519_generic() 810 * to_xz ((r+1)*P) === if swap then (x2, z2) else (x3, z3) in curve25519_generic() 817 fe_cswap(&z2, &z3, swap); in curve25519_generic() 826 fe_sub(&tmp0l, &x3, &z3); in curve25519_generic() 829 fe_add(&z2l, &x3, &z3); in curve25519_generic() 830 fe_mul_tll(&z3, &tmp0l, &x2l); in curve25519_generic() [all …]
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | aria-gfni-avx512-asm_64.S | 425 z0, z1, z2, z3, \ argument 436 z0, z1, z2, z3, \ 439 aria_diff_m(x0, x1, x2, x3, z0, z1, z2, z3); \ 440 aria_diff_m(x4, x5, x6, x7, z0, z1, z2, z3); \ 441 aria_diff_m(y0, y1, y2, y3, z0, z1, z2, z3); \ 442 aria_diff_m(y4, y5, y6, y7, z0, z1, z2, z3); \ 465 z0, z1, z2, z3, \ argument 476 z0, z1, z2, z3, \ 479 aria_diff_m(x0, x1, x2, x3, z0, z1, z2, z3); \ 480 aria_diff_m(x4, x5, x6, x7, z0, z1, z2, z3); \ [all …]
|
| /kernel/linux/linux-6.6/drivers/zorro/ |
| D | zorro.ids | 325 1800 Picasso IV Z3 [Graphics Card] 418 0a00 FastLane Z3 [RAM Expansion] 419 0b00 Blizzard 1230-II/Fastlane Z3/CyberSCSI/CyberStorm060 [Accelerator and/or SCSI Host Adapter] 454 1000 Retina Z3 [Graphics Card]
|
| /kernel/linux/linux-5.10/drivers/zorro/ |
| D | zorro.ids | 325 1800 Picasso IV Z3 [Graphics Card] 418 0a00 FastLane Z3 [RAM Expansion] 419 0b00 Blizzard 1230-II/Fastlane Z3/CyberSCSI/CyberStorm060 [Accelerator and/or SCSI Host Adapter] 454 1000 Retina Z3 [Graphics Card]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/ |
| D | msm8994-sony-xperia-kitakami-ivy.dts | 11 model = "Sony Xperia Z3+/Z4";
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | cmpxchg.h | 47 " move $1, %z3 \n" \ 124 " bne %0, %z3, 2f \n" \
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | cmpxchg.h | 48 " move $1, %z3 \n" \ 125 " bne %0, %z3, 2f \n" \
|
| /kernel/linux/linux-5.10/drivers/iio/magnetometer/ |
| D | bmc150_magn.c | 125 __le16 z3; member 411 s16 z3 = le16_to_cpu(tregs->z3); in bmc150_magn_compensate_z() local 417 val = (((((s32)(z - z4)) << 15) - ((((s32)z3) * ((s32)(((s16)rhall) - in bmc150_magn_compensate_z()
|
| /kernel/linux/linux-6.6/drivers/iio/magnetometer/ |
| D | bmc150_magn.c | 126 __le16 z3; member 413 s16 z3 = le16_to_cpu(tregs->z3); in bmc150_magn_compensate_z() local 419 val = (((((s32)(z - z4)) << 15) - ((((s32)z3) * ((s32)(((s16)rhall) - in bmc150_magn_compensate_z()
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/aspeed/ |
| D | aspeed-bmc-tyan-s8036.dts | 410 /*D2*/ "power-chassis-good", /* in: PWR_GOOD_LED -- Check if this is Z3?*/ 459 /*Z3*/ "post-complete", /* BMC_SYS_MON_PWROK */
|
| /kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
| D | syscall-abi-asm.S | 159 ldr z3, [x2, #3, MUL VL] 292 str z3, [x2, #3, MUL VL]
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | zorro_esp.c | 107 #define CYBER_DMA_Z3 0x20 /* 16 (Z2) or 32 (CHIP/Z3) bit DMA transfer */ 757 pr_info("%s at address 0x%lx is Fastlane Z3, fixing data!\n", in zorro_esp_probe() 841 * Only Fastlane Z3 for now - add switch for correct struct in zorro_esp_probe()
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | zorro_esp.c | 107 #define CYBER_DMA_Z3 0x20 /* 16 (Z2) or 32 (CHIP/Z3) bit DMA transfer */ 757 pr_info("%s at address 0x%lx is Fastlane Z3, fixing data!\n", in zorro_esp_probe() 841 * Only Fastlane Z3 for now - add switch for correct struct in zorro_esp_probe()
|
| /kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
| D | cmpxchg.h | 101 " bne %0, %z3, 2f \n" \
|
| /kernel/linux/linux-6.6/crypto/ |
| D | ecc.c | 1098 /* t2 = y1*z1 = z3 */ in ecc_point_double_jacobian() 1179 * Output P' = (x1', y1', Z3), P + Q = (x3, y3, Z3) 1222 * Output P + Q = (x3, y3, Z3), P - Q = (x3', y3', Z3)
|
| /kernel/linux/linux-5.10/crypto/ |
| D | ecc.c | 1086 /* t2 = y1*z1 = z3 */ in ecc_point_double_jacobian() 1167 * Output P' = (x1', y1', Z3), P + Q = (x3, y3, Z3) 1210 * Output P + Q = (x3, y3, Z3), P - Q = (x3', y3', Z3)
|
| /kernel/linux/linux-5.10/Documentation/hid/ |
| D | hid-alps.rst | 169 Byte6 Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0
|
| /kernel/linux/linux-6.6/Documentation/hid/ |
| D | hid-alps.rst | 169 Byte6 Z7 Z6 Z5 Z4 Z3 Z2 Z1 Z0
|