Searched refs:tmp2 (Results 51 - 75 of 156) sorted by relevance

1234567

/linux-master/drivers/crypto/caam/
H A Dcaampkc.h60 * @tmp2 : CAAM uses this temporary buffer as internal state buffer.
79 u8 *tmp2; member in struct:caam_rsa_key
/linux-master/drivers/net/
H A Dmii.c261 u32 advert2 = 0, tmp2 = 0; local
276 tmp2 = advert2 & ~(ADVERTISE_1000HALF | ADVERTISE_1000FULL);
281 tmp2 |=
287 if ((mii->supports_gmii) && (advert2 != tmp2))
288 mii->mdio_write(dev, mii->phy_id, MII_CTRL1000, tmp2);
353 u32 advert2 = 0, tmp2 = 0; local
373 tmp2 = advert2 &
379 tmp2 |= ethtool_adv_to_mii_ctrl1000_t(advertising);
384 if ((mii->supports_gmii) && (advert2 != tmp2))
385 mii->mdio_write(dev, mii->phy_id, MII_CTRL1000, tmp2);
[all...]
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c491 const u8 tmp2 = bpf2a64[TMP_REG_2]; local
510 emit(A64_MVN(isdw, tmp2, src), ctx);
511 emit(A64_STCLR(isdw, reg, tmp2), ctx);
524 emit(A64_MVN(isdw, tmp2, src), ctx);
525 emit(A64_LDCLRAL(isdw, src, reg, tmp2), ctx);
561 const u8 tmp2 = bpf2a64[TMP_REG_2]; local
581 emit(A64_LDXR(isdw, tmp2, reg), ctx);
583 emit(A64_ADD(isdw, tmp2, tmp2, src), ctx);
585 emit(A64_AND(isdw, tmp2, tmp
835 const u8 tmp2 = bpf2a64[TMP_REG_2]; local
[all...]
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c1023 const u8 tmp2 = bpf2sparc[TMP_REG_2]; local
1040 emit_alu3_K(SRL, dst, 16, tmp2, ctx); /* tmp2 = dst >> 16 */
1041 emit_alu3_K(AND, tmp2, 0xff, tmp2, ctx);/* tmp2 = tmp2 & 0xff */
1042 emit_alu3_K(SLL, tmp2, 8, tmp2, ctx); /* tmp2
1299 const u8 tmp2 = bpf2sparc[TMP_REG_2]; local
1374 const u8 tmp2 = bpf2sparc[TMP_REG_2]; local
1404 const u8 tmp2 = bpf2sparc[TMP_REG_2]; local
[all...]
/linux-master/arch/x86/lib/
H A Dmemmove_32.S27 .set tmp2, %eax
151 movl -2*4(src, n), tmp2
156 movl tmp2, -2*4(dest, n)
/linux-master/arch/arm64/kernel/
H A Dhead.S194 .macro init_cpu_task tsk, tmp1, tmp2
207 ldr w\tmp2, [\tsk, #TSK_TI_CPU]
208 ldr \tmp1, [\tmp1, \tmp2, lsl #3]
445 * - Corrupts tmp1, tmp2
450 .macro update_early_cpu_boot_status status, tmp1, tmp2
451 mov \tmp2, #\status
453 str \tmp2, [\tmp1]
H A Drelocate_kernel.S20 .macro turn_off_mmu tmp1, tmp2
H A Dentry.S115 .macro apply_ssbd, state, tmp1, tmp2
119 ldr_this_cpu \tmp2, arm64_ssbd_callback_required, \tmp1
120 cbz \tmp2, .L__asm_ssbd_skip\@
121 ldr \tmp2, [tsk, #TSK_TI_FLAGS]
122 tbnz \tmp2, #TIF_SSBD, .L__asm_ssbd_skip\@
175 .macro mte_set_kernel_gcr, tmp, tmp2
186 .macro mte_set_user_gcr, tsk, tmp, tmp2
193 mte_set_gcr \tmp, \tmp2
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c975 static void point_add_and_double(u64 *q, u64 *p01_tmp1, u64 *tmp2) argument
1006 fmul2(dc, dc, ab, tmp2);
1015 fsqr2(dc1, ab1, tmp2);
1016 fsqr2(nq_p1, nq_p1, tmp2);
1024 fmul2(nq, dc1, ab1, tmp2);
1025 fmul(z3, z3, x1, tmp2);
1028 static void point_double(u64 *nq, u64 *tmp1, u64 *tmp2) argument
1040 fsqr2(dc, ab, tmp2);
1048 fmul2(nq, dc, ab, tmp2);
1053 u64 tmp2[1 local
[all...]
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp32.c410 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; local
412 const s8 *rs = bpf_get_reg64(src, tmp2, ctx);
515 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; local
517 const s8 *rs = bpf_get_reg32(src, tmp2, ctx);
569 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; local
572 const s8 *rs2 = bpf_get_reg64(src2, tmp2, ctx);
727 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; local
730 const s8 *rs2 = bpf_get_reg32(src2, tmp2, ctx);
840 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; local
842 const s8 *rs = bpf_get_reg64(src, tmp2, ct
878 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; local
967 const s8 *tmp2 = bpf2rv32[TMP_REG_2]; local
[all...]
/linux-master/fs/nfsd/
H A Dnfsxdr.c133 u32 tmp1, tmp2; local
173 tmp2 = be32_to_cpup(p++);
174 if (tmp1 != (u32)-1 && tmp2 != (u32)-1) {
177 iap->ia_atime.tv_nsec = tmp2 * NSEC_PER_USEC;
181 tmp2 = be32_to_cpup(p++);
182 if (tmp1 != (u32)-1 && tmp2 != (u32)-1) {
185 iap->ia_mtime.tv_nsec = tmp2 * NSEC_PER_USEC;
195 if (tmp2 == 1000000)
/linux-master/arch/arm/mach-omap1/
H A Dmux.c296 unsigned tmp1, tmp2; local
306 tmp2 = (cfg->mask << cfg->mask_offset);
307 reg |= tmp2;
309 if (tmp1 != tmp2)
/linux-master/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c42 unsigned long tmp1, tmp2; local
45 tmp2 = (data<<2 | 0x00000200) & 0x0003FE00;
46 return tmp1 | tmp2;
/linux-master/fs/jfs/
H A Djfs_dmap.h53 signed char tmp1, tmp2; local
56 tmp2 = max(*(cp), *(cp+1));
58 return max(tmp1, tmp2);
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace32.c140 unsigned long tmp2; local
141 ret = ptrace_get_reg(child, numReg, &tmp2);
144 tmp = tmp2;
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c438 u32 tmp1, tmp2; local
447 tmp2 = i810_readl(IRING + 8, mmio) & ~RBUFFER_START_MASK;
449 i810_writel(IRING + 8, mmio, tmp2 | tmp1);
453 tmp2 = (par->iring.size - I810_PAGESIZE) & RBUFFER_SIZE_MASK;
454 i810_writel(IRING + 12, mmio, tmp1 | tmp2);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c95 __be64 *tmp2; local
100 tmp2 = pnv_alloc_tce_level(tbl->it_nid,
102 if (!tmp2)
105 tce = __pa(tmp2) | TCE_PCI_READ | TCE_PCI_WRITE;
109 pnv_pci_ioda2_table_do_free_pages(tmp2,
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.c350 u32 opcode, new, old, tmp1, tmp2; local
409 tmp2 = cur[2];
410 if ((tmp1 ^ tmp2) & 3) {
/linux-master/arch/powerpc/kvm/
H A Dtest-guest-state-buffer.c106 u64 tmp1, tmp2; local
119 tmp2 = kvmppc_gse_get_u64(gse);
120 KUNIT_EXPECT_EQ(test, tmp2, 0xdeadbeefull);
/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c419 char *tmp1, *tmp2, *our_path; local
425 tmp2 = dirname(tmp1);
426 our_path = strdup(tmp2);
/linux-master/sound/pci/ice1712/
H A Ddelta.c304 unsigned char tmp, tmp2; local
311 tmp2 = tmp & ~ICE1712_DELTA_DFS;
313 tmp2 |= ICE1712_DELTA_DFS;
314 if (tmp != tmp2)
315 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, tmp2);
324 unsigned char tmp, tmp2; local
334 tmp2 = tmp & ~ICE1712_DELTA_DFS;
336 tmp2 |= ICE1712_DELTA_DFS;
337 if (tmp == tmp2)
/linux-master/drivers/iio/test/
H A Diio-test-rescale.c595 int tmp, tmp2; local
602 ret = iio_str_to_fixpoint(str, 100000000, &tmp, &tmp2);
607 tmp2 *= -1;
609 *nano = (s64)tmp * 1000000000UL + tmp2;
/linux-master/arch/arm64/mm/
H A Dproc.S172 .macro __idmap_cpu_set_reserved_ttbr1, tmp1, tmp2
174 phys_to_ttbr \tmp2, \tmp1
175 offset_ttbr1 \tmp2, \tmp1
176 msr ttbr1_el1, \tmp2
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c568 const s8 *tmp2 = regmap[TMP_REG_2]; local
570 const s8 *rs = bpf_get_reg64(src, tmp2, ctx);
636 const s8 *tmp2 = regmap[TMP_REG_2]; local
638 const s8 *rs = bpf_get_reg32(src, tmp2, ctx);
704 const s8 *tmp2 = regmap[TMP_REG_2]; local
707 const s8 *rs2 = bpf_get_reg64(src2, tmp2, ctx);
871 const s8 *tmp2 = regmap[TMP_REG_2]; local
874 const s8 *rs2 = bpf_get_reg32(src2, tmp2, ctx);
1010 const s8 *tmp2 = regmap[TMP_REG_2]; local
1012 const s8 *rs = bpf_get_reg64(src, tmp2, ct
1057 const s8 *tmp2 = regmap[TMP_REG_2]; local
1129 const s8 *tmp2 = regmap[TMP_REG_2]; local
[all...]
/linux-master/scripts/genksyms/
H A Dgenksyms.c502 struct string_list *tmp, **tmp2; local
516 tmp2 = e - 1;
518 (*tmp2--) = list;
520 *(tmp2--) = list;
532 struct string_list *tmp, **tmp2; local
544 tmp2 = e - 1;
546 *(tmp2--) = list;
548 *(tmp2--) = list;

Completed in 557 milliseconds

1234567