Home
last modified time | relevance | path

Searched refs:tmp1 (Results 76 - 100 of 282) sorted by relevance

12345678910>>...12

/kernel/linux/linux-6.6/tools/perf/tests/
H A Dwp.c78 unsigned long tmp, tmp1 = rand(); in test__wp_ro()
87 data1 = tmp1 + tmp; in test__wp_ro()
102 unsigned long tmp, tmp1 = rand(); in test__wp_wo()
111 data1 = tmp1 + tmp; in test__wp_wo()
126 unsigned long tmp, tmp1 = rand(); in test__wp_rw()
136 data1 = tmp1 + tmp; in test__wp_rw()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dfpu.S121 .macro sc_save_fcc base, tmp0, tmp1
123 move \tmp1, \tmp0
125 bstrins.d \tmp1, \tmp0, 15, 8
127 bstrins.d \tmp1, \tmp0, 23, 16
129 bstrins.d \tmp1, \tmp0, 31, 24
131 bstrins.d \tmp1, \tmp0, 39, 32
133 bstrins.d \tmp1, \tmp0, 47, 40
135 bstrins.d \tmp1, \tmp0, 55, 48
137 bstrins.d \tmp1, \tmp0, 63, 56
138 EX st.d \tmp1, \bas
[all...]
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dsc-ip22.c102 unsigned long addr, tmp1, tmp2; in indy_sc_enable() local
128 : "=r" (tmp1), "=r" (tmp2), "=r" (addr)); in indy_sc_enable()
133 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local
158 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dsc-ip22.c102 unsigned long addr, tmp1, tmp2; in indy_sc_enable() local
128 : "=r" (tmp1), "=r" (tmp2), "=r" (addr)); in indy_sc_enable()
133 unsigned long tmp1, tmp2, tmp3; in indy_sc_disable() local
158 : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); in indy_sc_disable()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Ddebug.S25 .macro addruart_current, rx, tmp1, tmp2
26 addruart \tmp1, \tmp2, \rx
29 moveq \rx, \tmp1
34 .macro addruart_current, rx, tmp1, tmp2
35 addruart \rx, \tmp1, \tmp2
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dmemcmp.S32 #define tmp1 x7 define
68 and tmp1, src1, 15
69 add limit, limit, tmp1
70 sub src1, src1, tmp1
71 sub src2, src2, tmp1
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Ddebug.S25 .macro addruart_current, rx, tmp1, tmp2
26 addruart \tmp1, \tmp2, \rx
29 moveq \rx, \tmp1
34 .macro addruart_current, rx, tmp1, tmp2
35 addruart \rx, \tmp1, \tmp2
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dasmmacro.h379 .macro fpu_save_cc thread tmp0 tmp1
381 move \tmp1, \tmp0 variable
383 bstrins.d \tmp1, \tmp0, 15, 8
385 bstrins.d \tmp1, \tmp0, 23, 16
387 bstrins.d \tmp1, \tmp0, 31, 24
389 bstrins.d \tmp1, \tmp0, 39, 32
391 bstrins.d \tmp1, \tmp0, 47, 40
393 bstrins.d \tmp1, \tmp0, 55, 48
395 bstrins.d \tmp1, \tmp0, 63, 56
396 stptr.d \tmp1, \threa
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dcmpxchg_64.h23 unsigned long tmp1, tmp2; in xchg32() local
32 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg32()
40 unsigned long tmp1, tmp2; in xchg64() local
49 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg64()
H A Dtimer_64.h57 unsigned long tick, tmp1, tmp2; in get_tick() local
93 : "=&r" (tick), "=&r" (tmp1), "=&r" (tmp2) in get_tick()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dcmpxchg_64.h23 unsigned long tmp1, tmp2; in xchg32() local
32 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg32()
40 unsigned long tmp1, tmp2; in xchg64() local
49 : "=&r" (val), "=&r" (tmp1), "=&r" (tmp2) in xchg64()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dhead.S148 * Corrupts: ptrs, tmp1, tmp2
151 .macro create_table_entry, tbl, virt, shift, ptrs, tmp1, tmp2
152 add \tmp1, \tbl, #PAGE_SIZE
153 phys_to_pte \tmp2, \tmp1
155 lsr \tmp1, \virt, #\shift
157 and \tmp1, \tmp1, \ptrs // table index
158 str \tmp2, [\tbl, \tmp1, lsl #3]
172 * tmp1: temporary variable
175 * Corrupts: index, tmp1
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dhead.S201 * tmp1: temporary variable
204 * Corrupts: index, tmp1
207 .macro populate_entries, tbl, rtbl, index, eindex, flags, inc, tmp1
208 .Lpe\@: phys_to_pte \tmp1, \rtbl
209 orr \tmp1, \tmp1, \flags // tmp1 = table entry
210 str \tmp1, [\tbl, \index, lsl #3]
449 .macro init_cpu_task tsk, tmp1, tmp2
452 ldr \tmp1, [\ts
[all...]
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dgx-suspmod.c334 u8 tmp1, tmp2; in cpufreq_gx_verify() local
349 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify()
355 tmp_freq = gx_validate_speed(policy->max, &tmp1, &tmp2); in cpufreq_gx_verify()
375 u8 tmp1, tmp2; in cpufreq_gx_target() local
383 tmp_freq = gx_validate_speed(target_freq, &tmp1, &tmp2); in cpufreq_gx_target()
386 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
390 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dentry.S49 * tmp, tmp1: temp register
51 .macro kvm_switch_to_guest KVM_ARCH GPRNUM tmp tmp1
70 KVM_LONG_L \tmp1, \KVM_ARCH, KVM_VCPU_KVM - KVM_VCPU_ARCH
75 ldx.d \tmp, \tmp1, \tmp
79 csrrd \tmp1, KVM_CSR_GSTAT
80 bstrpick.w \tmp1, \tmp1, (KVM_GSTAT_GID_SHIFT + KVM_GSTAT_GID_WIDTH - 1), KVM_GSTAT_GID_SHIFT
82 bstrins.w \tmp, \tmp1, (KVM_GTLBC_TGID_SHIFT + KVM_GTLBC_TGID_WIDTH - 1), KVM_GTLBC_TGID_SHIFT
/kernel/linux/linux-5.10/drivers/ide/
H A Daec62xx.c92 u8 tmp0 = 0, tmp1 = 0, tmp2 = 0; in aec6210_set_mode() local
103 tmp1 = 0x00; in aec6210_set_mode()
106 tmp1 = ((0x00 << (2*drive->dn)) | (ultra & ~(3 << (2*drive->dn)))); in aec6210_set_mode()
108 tmp2 = ((ultra_conf << (2*drive->dn)) | (tmp1 & ~(3 << (2*drive->dn)))); in aec6210_set_mode()
119 u8 tmp1 = 0, tmp2 = 0; in aec6260_set_mode() local
131 tmp1 = ((0x00 << (4*unit)) | (ultra & ~(7 << (4*unit)))); in aec6260_set_mode()
133 tmp2 = ((ultra_conf << (4*unit)) | (tmp1 & ~(7 << (4*unit)))); in aec6260_set_mode()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dgx-suspmod.c334 u8 tmp1, tmp2; in cpufreq_gx_verify() local
349 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify()
355 tmp_freq = gx_validate_speed(policy->max, &tmp1, &tmp2); in cpufreq_gx_verify()
375 u8 tmp1, tmp2; in cpufreq_gx_target() local
383 tmp_freq = gx_validate_speed(target_freq, &tmp1, &tmp2); in cpufreq_gx_target()
386 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
390 tmp_freq = gx_validate_speed(tmp_freq, &tmp1, &tmp2); in cpufreq_gx_target()
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Dmux.c67 unsigned tmp1, tmp2; in davinci_cfg_reg() local
73 tmp1 = reg_orig & mask; in davinci_cfg_reg()
79 if (tmp1 != tmp2) in davinci_cfg_reg()
/kernel/linux/linux-6.6/arch/arm/mach-davinci/
H A Dmux.c65 unsigned tmp1, tmp2; in davinci_cfg_reg() local
71 tmp1 = reg_orig & mask; in davinci_cfg_reg()
77 if (tmp1 != tmp2) in davinci_cfg_reg()
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Daes-neon.S158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
161 sshr \tmp1\().16b, \in1\().16b, #7
164 and \tmp1\().16b, \tmp1\().16b, \const\().16b
166 eor \out1\().16b, \out1\().16b, \tmp1\().16b
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
172 ushr \tmp1\().16b, \in1\().16b, #6
175 pmul \tmp1\().16b, \tmp1\().16b, \const\().16b
177 eor \out1\().16b, \out1\().16b, \tmp1\()
[all...]
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-neon.S158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
161 sshr \tmp1\().16b, \in1\().16b, #7
164 and \tmp1\().16b, \tmp1\().16b, \const\().16b
166 eor \out1\().16b, \out1\().16b, \tmp1\().16b
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
172 ushr \tmp1\().16b, \in1\().16b, #6
175 pmul \tmp1\().16b, \tmp1\().16b, \const\().16b
177 eor \out1\().16b, \out1\().16b, \tmp1\()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-ebs-target.c248 unsigned short tmp1; in ebs_ctr() local
273 if (sscanf(argv[2], "%hu%c", &tmp1, &dummy) != 1 || in ebs_ctr()
274 !__ebs_check_bs(tmp1) || in ebs_ctr()
275 to_bytes(tmp1) > PAGE_SIZE) { in ebs_ctr()
279 ec->e_bs = tmp1; in ebs_ctr()
282 if (sscanf(argv[3], "%hu%c", &tmp1, &dummy) != 1 || !__ebs_check_bs(tmp1)) { in ebs_ctr()
286 ec->u_bs = tmp1; in ebs_ctr()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-ebs-target.c250 unsigned short tmp1; in ebs_ctr() local
275 if (sscanf(argv[2], "%hu%c", &tmp1, &dummy) != 1 || in ebs_ctr()
276 !__ebs_check_bs(tmp1) || in ebs_ctr()
277 to_bytes(tmp1) > PAGE_SIZE) { in ebs_ctr()
281 ec->e_bs = tmp1; in ebs_ctr()
284 if (sscanf(argv[3], "%hu%c", &tmp1, &dummy) != 1 || !__ebs_check_bs(tmp1)) { in ebs_ctr()
288 ec->u_bs = tmp1; in ebs_ctr()
/kernel/linux/linux-6.6/arch/parisc/net/
H A Dbpf_jit_comp32.c424 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i64() local
428 rd = bpf_get_reg64_ref(dst, tmp1, false, ctx); in emit_alu_i64()
430 rd = bpf_get_reg64(dst, tmp1, ctx); in emit_alu_i64()
512 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_i32() local
513 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32()
516 rd = bpf_get_reg32_ref(dst, tmp1, ctx); in emit_alu_i32()
518 rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32()
567 const s8 *tmp1 = regmap[TMP_REG_1]; in emit_alu_r64() local
573 rd = bpf_get_reg64_ref(dst, tmp1, false, ctx); in emit_alu_r64()
575 rd = bpf_get_reg64(dst, tmp1, ct in emit_alu_r64()
635 const s8 *tmp1 = regmap[TMP_REG_1]; emit_alu_r32() local
703 const s8 *tmp1 = regmap[TMP_REG_1]; emit_branch_r64() local
870 const s8 *tmp1 = regmap[TMP_REG_1]; emit_branch_r32() local
1009 const s8 *tmp1 = regmap[TMP_REG_1]; emit_load_r64() local
1056 const s8 *tmp1 = regmap[TMP_REG_1]; emit_store_r64() local
1109 const s8 *tmp1 = regmap[TMP_REG_1]; emit_zext64() local
1128 const s8 *tmp1 = regmap[TMP_REG_1]; bpf_jit_emit_insn() local
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkexec.h43 u64 tmp1, tmp2; in crash_setup_regs() local
76 : "=&r" (tmp1), "=&r" (tmp2) in crash_setup_regs()

Completed in 13 milliseconds

12345678910>>...12