Searched refs:a2 (Results 251 - 275 of 316) sorted by relevance

<<111213

/linux-master/arch/riscv/kernel/
H A Dptrace.c215 REG_OFFSET_NAME(a2),
H A Dkgdb.c181 {DBG_REG_A2, GDB_SIZEOF_REG, offsetof(struct pt_regs, a2)},
H A Dsignal.c375 regs->a2 = (unsigned long)(&frame->uc); /* a2: ucontext pointer */
/linux-master/arch/arm64/kernel/
H A Dacpi.c434 unsigned long a2, unsigned long a3,
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c695 u64 a2 = input[2]; local
700 u64 mask2 = u64_eq_mask(a2, 0x7ffffffffffffLLU);
706 u64 a2_ = a2 - (0x7ffffffffffffLLU & mask);
H A Dcurve25519-fiat32.c35 u32 a2 = get_unaligned_le32(s+8); local
43 h[2] = (a1>>19) | ((a2&((1<<13)-1))<<13); /* (32-19) + 13 = 13+13 = 26 */
44 h[3] = (a2>>13) | ((a3&((1<< 6)-1))<<19); /* (32-13) + 6 = 19+ 6 = 25 */
/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl41 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
57 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
75 my ($ctx,$inp,$len,$padbit) = ($a0,$a1,$a2,$a3);
447 my ($ctx,$mac,$nonce) = ($a0,$a1,$a2);
546 my ($ctx,$inp,$len,$padbit) = ($a0,$a1,$a2,$a3);
1153 my ($ctx,$mac,$nonce,$tmp4) = ($a0,$a1,$a2,$a3);
/linux-master/arch/x86/crypto/
H A Dcamellia-aesni-avx2-asm_64.S464 #define byteslice_16x16b_fast(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, \
468 transpose_4x4(a0, a1, a2, a3, d2, d3); \
480 vpshufb a0, a2, a2; \
507 transpose_4x4(a2, b2, c2, d2, b0, b1); \
H A Dcamellia-aesni-avx-asm_64.S432 #define byteslice_16x16b(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, a3, \
436 transpose_4x4(a0, a1, a2, a3, d2, d3); \
448 vpshufb a0, a2, a2; \
475 transpose_4x4(a2, b2, c2, d2, b0, b1); \
/linux-master/lib/crypto/mpi/
H A Dec.c351 mpi_limb_t a2[LIMB_SIZE_HALF_448]; local
373 a2[i] = n[i+wsize];
379 a2[LIMB_SIZE_HALF_448-1] &= ((mpi_limb_t)1UL << 32)-1;
395 cy = mpihelp_add_n(b0, b0, a2, LIMB_SIZE_HALF_448);
408 cy += mpihelp_add_n(b1, b1, a2, LIMB_SIZE_HALF_448);
/linux-master/mm/kasan/
H A Dkasan_test.c761 void *a1, *a2; local
769 a2 = kzalloc(sizeof(atomic_long_t), GFP_KERNEL);
770 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, a2);
773 kasan_atomics_helper(test, a1 + 48, a2);
776 kfree(a2);
/linux-master/include/net/
H A Dxfrm.h836 const __be32 *a2 = token2; local
844 if (memcmp(a1, a2, pdw << 2))
852 if ((a1[pdw] ^ a2[pdw]) & mask)
859 static inline bool addr4_match(__be32 a1, __be32 a2, u8 prefixlen) argument
864 return !((a1 ^ a2) & htonl(~0UL << (32 - prefixlen)));
/linux-master/arch/mips/mm/
H A Dtlbex.c1537 const int __maybe_unused a2 = 6; local
1583 UASM_i_LA_mostly(&p, a2, pgdc);
1584 UASM_i_ADDU(&p, a2, a2, a1);
1585 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2);
1587 UASM_i_LA_mostly(&p, a2, pgdc);
1588 UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2);
/linux-master/net/bluetooth/
H A Dsmp.c234 const u8 a2[7], u8 mackey[16], u8 ltk[16])
251 SMP_DBG("a1 %7phN a2 %7phN", a1, a2);
260 memcpy(m + 2, a2, 7);
287 const u8 io_cap[3], const u8 a1[7], const u8 a2[7],
295 SMP_DBG("r %16phN io_cap %3phN a1 %7phN a2 %7phN", r, io_cap, a1, a2);
297 memcpy(m, a2, 7);
3620 const u8 a2[7] = { 0xc1, 0xcf, 0x2d, 0x70, 0x13, 0xa7, 0x00 }; local
3630 err = smp_f5(tfm_cmac, w, n1, n2, a1, a2, macke
232 smp_f5(struct crypto_shash *tfm_cmac, const u8 w[32], const u8 n1[16], const u8 n2[16], const u8 a1[7], const u8 a2[7], u8 mackey[16], u8 ltk[16]) argument
285 smp_f6(struct crypto_shash *tfm_cmac, const u8 w[16], const u8 n1[16], const u8 n2[16], const u8 r[16], const u8 io_cap[3], const u8 a1[7], const u8 a2[7], u8 res[16]) argument
3659 const u8 a2[7] = { 0xc1, 0xcf, 0x2d, 0x70, 0x13, 0xa7, 0x00 }; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_crtc.c47 int a1, a2; local
62 a2 = adjusted_mode->crtc_vdisplay * mode->crtc_hdisplay;
64 if (a1 > a2) {
65 args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2);
66 args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2);
67 } else if (a2 > a1) {
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S280 set EXC_A2, EXC_AREGS+(2*4) # offset of a2
1013 mov.l EXC_A2(%a6),%a0 # Get current a2
1151 mov.l EXC_A2(%a6),%d0 # Get current a2
1250 add.l EXC_A2(%a6),%a0 # a2 + d16
1679 mov.l %a0,%a2 # store addr
1688 add.w &0x2,%a2 # incr addr
1689 mov.l %a2,%a0
1698 add.w &0x2,%a2 # incr addr
1699 mov.l %a2,%a0
1708 add.w &0x2,%a2 # inc
[all...]
H A Dpfpsp.S4003 add.l &0xc,%a2
4050 mov.l %a0,%a2
4673 mov.l %a2,%a0 # Get current a2
4716 mov.l %a2,%d0 # Get current a2
4719 mov.l %d1,%a2 # Save incr value
4783 mov.l %a2,%d0 # Get current a2
4785 mov.l %d0,%a2 # Sav
[all...]
/linux-master/drivers/hwmon/
H A Dnct6775-core.c1037 struct sensor_device_attribute_2 a2; member in union:sensor_device_attr_u::__anon54
1083 struct sensor_device_attribute_2 *a2; local
1121 a2 = &su->u.a2;
1122 sysfs_attr_init(&a2->dev_attr.attr);
1123 a2->dev_attr.attr.name = su->name;
1124 a2->nr = (*t)->u.s.nr + i;
1125 a2->index = (*t)->u.s.index;
1126 a2->dev_attr.attr.mode =
1128 a2
[all...]
/linux-master/arch/riscv/kvm/
H A Dvcpu_sbi.c126 run->riscv_sbi.args[2] = cp->a2;
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.c427 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_A2_MSB, csc_coeff->a2 >> 8, 6, 0);
428 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_A2_LSB, csc_coeff->a2, 7, 0);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5_core.c469 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_A2_MSB, csc_coeff.a2 >> 8, 6, 0);
470 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_A2_LSB, csc_coeff.a2, 7, 0);
/linux-master/arch/mips/lib/
H A Dcsum_partial.S97 * a2: partial checksum
302 ADDC32(sum, a2)
320 #define len a2
/linux-master/arch/m68k/kernel/
H A Dsignal.c736 err |= __get_user(regs->a2, &gregs[10]);
849 err |= __put_user(regs->a2, &gregs[10]);
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h291 * @y1_coeff_0.a2: filter1 coefficients A2, u8, default 0.
308 * @y2_coeff_0.a2: filter2 coefficients A2, u8, default 0.
347 __u8 a2; member in struct:ipu3_uapi_af_filter_config::__anon577
368 __u8 a2; member in struct:ipu3_uapi_af_filter_config::__anon580
/linux-master/net/ipv4/
H A Dinet_diag.c637 static int bitstring_match(const __be32 *a1, const __be32 *a2, int bits) argument
644 if (memcmp(a1, a2, words << 2))
652 w2 = a2[words];

Completed in 447 milliseconds

<<111213