Home
last modified time | relevance | path

Searched refs:t1 (Results 126 – 150 of 530) sorted by relevance

12345678910>>...22

/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp92 tstamp t1 = std::chrono::high_resolution_clock::now(); in driveGoal() local
94 series.push_back(std::make_tuple(t1, n0, n1)); in driveGoal()
157 tstamp t1 = std::chrono::high_resolution_clock::now(); in driveTime() local
159 series.push_back(std::make_tuple(t1, n0, n1)); in driveTime()
162 std::chrono::duration_cast<std::chrono::microseconds>(t1 - t0) in driveTime()
214 tstamp t1 = std::chrono::high_resolution_clock::now(); in driveMain() local
225 series.push_back(std::make_tuple(t1, fan0_start, fan1_start)); in driveMain()
247 tstamp tp = t1; in driveMain()
/openbmc/linux/arch/mips/kernel/
H A Dr2300_fpu.S43 fpu_save_single a0, t1 # clobbers t1
51 fpu_restore_single a0, t1 # clobbers t1
69 cfc1 t1, fcr31
87 EX(sw t1, (a1))
H A Dspinlock_test.c95 struct spin_multi_per_thread t1, t2; in multi_get() local
103 t1.state = &ms; in multi_get()
108 multi_other(&t1); in multi_get()
112 *val = ktime_us_delta(finish, t1.start); in multi_get()
H A Dhead.S98 PTR_LA t1, __bss_stop - LONGSIZE
102 bne t0, t1, 1b
118 set_saved_sp sp, t0, t1
128 set_saved_sp sp, t0, t1
/openbmc/linux/arch/loongarch/kernel/
H A Dhead.S52 JUMP_VIRT_ADDR t0, t1
64 la.pcrel t1, __bss_stop - LONGSIZE
68 bne t0, t1, 1b
86 set_saved_sp sp, t0, t1
96 set_saved_sp sp, t0, t1
127 JUMP_VIRT_ADDR t0, t1
/openbmc/qemu/target/avr/
H A Dtranslate.c215 TCGv t1 = tcg_temp_new_i32(); in gen_add_CHf() local
222 tcg_gen_or_tl(t1, t1, t2); /* t1 = t1 | t2 | t3 */ in gen_add_CHf()
223 tcg_gen_or_tl(t1, t1, t3); in gen_add_CHf()
232 TCGv t1 = tcg_temp_new_i32(); in gen_add_Vf() local
237 tcg_gen_xor_tl(t1, Rd, R); in gen_add_Vf()
239 tcg_gen_andc_tl(t1, t1, t2); in gen_add_Vf()
246 TCGv t1 = tcg_temp_new_i32(); in gen_sub_CHf() local
263 TCGv t1 = tcg_temp_new_i32(); in gen_sub_Vf() local
268 tcg_gen_xor_tl(t1, Rd, R); in gen_sub_Vf()
270 tcg_gen_and_tl(t1, t1, t2); in gen_sub_Vf()
[all …]
/openbmc/linux/arch/parisc/include/asm/
H A Dchecksum.h30 unsigned long t0, t1, t2; in ip_fast_csum() local
53 : "=r" (sum), "=r" (iph), "=r" (ihl), "=r" (t0), "=r" (t1), "=r" (t2) in ip_fast_csum()
115 unsigned long t0, t1, t2, t3; in csum_ipv6_magic() local
172 "=r" (t0), "=r" (t1), "=r" (t2), "=r" (t3) in csum_ipv6_magic()
/openbmc/linux/arch/riscv/kernel/
H A Dfpu.S25 li t1, SR_FS
26 csrs CSR_STATUS, t1
61 csrc CSR_STATUS, t1
68 li t1, SR_FS
70 csrs CSR_STATUS, t1
104 csrc CSR_STATUS, t1
H A Dhead.S264 lw t1, (a3)
265 amoswap.w t0, t1, (a2)
267 beq t0, t1, .Lsecondary_start
365 li t1, 0
396 li t1, SR_FS
397 csrs CSR_STATUS, t1
437 li t1, COMPAT_HWCAP_ISA_V
438 and t0, t0, t1
446 li t1, SR_VS
447 csrs CSR_STATUS, t1
[all …]
H A Dcopy-unaligned.S22 REG_L t1, 5*SZREG(a1)
30 REG_S t1, 5*SZREG(a0)
54 lb t1, 5(a1)
62 sb t1, 5(a0)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c139 struct tlpm_node *list = NULL, *t1, *t2; in test_lpm_basic() local
145 t1 = list = tlpm_add(list, (uint8_t[]){ 0xff }, 8); in test_lpm_basic()
171 struct tlpm_node *t1, *t2, *l1 = NULL, *l2 = NULL; in test_lpm_order() local
186 for (t1 = l1; t1; t1 = t1->next) in test_lpm_order()
187 l2 = tlpm_add(l2, t1->key, t1->n_bits); in test_lpm_order()
192 t1 = tlpm_match(l1, key, 16); in test_lpm_order()
195 assert(!t1 == !t2); in test_lpm_order()
196 if (t1) { in test_lpm_order()
197 assert(t1->n_bits == t2->n_bits); in test_lpm_order()
198 for (j = 0; j < t1->n_bits; ++j) in test_lpm_order()
[all …]
/openbmc/linux/arch/arm/lib/
H A Duaccess_with_memcpy.c232 unsigned long long t0, t1, t2;
253 t1 = sched_clock();
256 printk("copy_to_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
262 t1 = sched_clock();
265 printk("clear_user: %d %llu %llu\n", size, t1 - t0, t2 - t1);
/openbmc/u-boot/arch/mips/cpu/
H A Dcm_init.S31 PTR_LI t1, CONFIG_MIPS_CM_BASE
32 beq t0, t1, 2f
38 sw t1, GCR_BASE(t0)
/openbmc/linux/crypto/
H A Dcamellia_generic.c340 t1 = ir >> 16; \
540 u32 il, ir, t0, t1, w0, w1; in camellia_setup128() local
597 w0, w1, il, ir, t0, t1); in camellia_setup128()
609 w0, w1, il, ir, t0, t1); in camellia_setup128()
718 w0, w1, il, ir, t0, t1); in camellia_setup256()
730 w0, w1, il, ir, t0, t1); in camellia_setup256()
819 t1 = klr; \
821 t1 |= lr; \
822 ll ^= t1; \
876 t0, t1, il, ir); \ in camellia_do_encrypt()
[all …]
/openbmc/qemu/tests/qtest/
H A Drtas-test.c14 time_t t1, t2; in run_test_rtas_get_time_of_day() local
18 t1 = time(NULL); in run_test_rtas_get_time_of_day()
22 g_assert(t2 - t1 < 5); /* 5 sec max to run the test */ in run_test_rtas_get_time_of_day()
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_switch.S55 csrrw t1, CSR_HSTATUS, t1
82 REG_L t1, (KVM_ARCH_GUEST_T1)(a0)
166 csrw CSR_STVEC, t1
241 li t1, SR_FS
242 csrs CSR_SSTATUS, t1
284 li t1, SR_FS
285 csrs CSR_SSTATUS, t1
327 li t1, SR_FS
329 csrs CSR_SSTATUS, t1
370 li t1, SR_FS
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c835 tcg_gen_movcond_i32(TCG_COND_EQ, t2, t1, t2, newv, t1); in tcg_gen_nonatomic_cmpxchg_i32_int()
844 tcg_temp_free_i32(t1); in tcg_gen_nonatomic_cmpxchg_i32_int()
898 TCGv_i64 t1, t2; in tcg_gen_nonatomic_cmpxchg_i64_int() local
911 t1 = tcg_temp_ebb_new_i64(); in tcg_gen_nonatomic_cmpxchg_i64_int()
917 tcg_gen_movcond_i64(TCG_COND_EQ, t2, t1, t2, newv, t1); in tcg_gen_nonatomic_cmpxchg_i64_int()
926 tcg_temp_free_i64(t1); in tcg_gen_nonatomic_cmpxchg_i64_int()
1047 tcg_temp_free_i64(t1); in tcg_gen_nonatomic_cmpxchg_i128_int()
1115 gen(t2, t1, t2); in do_nonatomic_op_i32()
1119 tcg_temp_free_i32(t1); in do_nonatomic_op_i32()
1156 gen(t2, t1, t2); in do_nonatomic_op_i64()
[all …]
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c271 if (t1->type != t2->type || t1->type != V4L2_DV_BT_656_1120) in v4l2_match_dv_timings()
273 if (t1->bt.width == t2->bt.width && in v4l2_match_dv_timings()
274 t1->bt.height == t2->bt.height && in v4l2_match_dv_timings()
275 t1->bt.interlaced == t2->bt.interlaced && in v4l2_match_dv_timings()
276 t1->bt.polarities == t2->bt.polarities && in v4l2_match_dv_timings()
280 t1->bt.hsync == t2->bt.hsync && in v4l2_match_dv_timings()
281 t1->bt.hbackporch == t2->bt.hbackporch && in v4l2_match_dv_timings()
283 t1->bt.vsync == t2->bt.vsync && in v4l2_match_dv_timings()
284 t1->bt.vbackporch == t2->bt.vbackporch && in v4l2_match_dv_timings()
288 (!t1->bt.interlaced || in v4l2_match_dv_timings()
[all …]
/openbmc/u-boot/drivers/video/
H A Dmb862xx.c234 unsigned long t1, hsync, vsync; in card_init() local
285 t1 = (res_mode->left_margin + res_mode->xres + in card_init()
287 t1 *= 8; in card_init()
288 t1 *= res_mode->pixclock; in card_init()
289 t1 /= 1000; in card_init()
290 hsync = 1000000000L / t1; in card_init()
291 t1 *= (res_mode->upper_margin + res_mode->yres + in card_init()
293 t1 /= 1000; in card_init()
294 vsync = 1000000000L / t1; in card_init()
/openbmc/linux/kernel/
H A Dkallsyms_selftest.c159 u64 t0, t1, t; in lookup_name() local
164 t1 = ktime_get_ns(); in lookup_name()
166 t = t1 - t0; in lookup_name()
233 u64 t0, t1; in test_perf_kallsyms_on_each_symbol() local
242 t1 = ktime_get_ns(); in test_perf_kallsyms_on_each_symbol()
243 pr_info("kallsyms_on_each_symbol() traverse all: %lld ns\n", t1 - t0); in test_perf_kallsyms_on_each_symbol()
266 u64 t0, t1; in test_perf_kallsyms_on_each_match_symbol() local
274 t1 = ktime_get_ns(); in test_perf_kallsyms_on_each_match_symbol()
275 pr_info("kallsyms_on_each_match_symbol() traverse all: %lld ns\n", t1 - t0); in test_perf_kallsyms_on_each_match_symbol()
/openbmc/linux/arch/ia64/lib/
H A Dcopy_page_mck.S77 #define t1 r17 macro
81 #define t5 t1 // alias!
128 mov t1 = (PAGE_SIZE/128) - (2*PREFETCH_DIST) - 1
139 mov ar.lc = t1 // with 64KB pages, t1 is too big to fit in 8 bits!
150 (p[D]) st8 [dst0] = t1, 8 // M2
178 (p[D-1])ld8 t1 = [src0], 8
H A Dcopy_user.S54 #define t1 r2 // rshift in bytes macro
160 sub t1=8,src2
164 sub len1=len,t1 // set len1
172 sub t1=dst2,src2
176 (p15) sub t1=r0,t1 // absolute value
181 sub t2=8,t1
182 (p14) sub word1=word1,t1
188 (p14) sub len1=len1,t1
213 (p15) sub src1=src1,t1
289 (p14) sub src1=src1,t1
[all …]
/openbmc/qemu/common-user/host/mips/
H A Dsafe-syscall.inc.S110 lw t1, 0(s0)
111 bnez t1, 2f
142 SETUP_GPX(t1)
143 SETUP_GPX64(t0, t1)
/openbmc/qemu/host/include/aarch64/host/
H A Datomic128-ldst.h63 uint64_t t1, t2; in atomic16_set() local
74 : [mem] "+m"(*ptr), [t1] "=&r"(t1), [t2] "=&r"(t2) in atomic16_set()
/openbmc/qemu/target/mips/tcg/
H A Dvr54xx_translate.c41 TCGv t1 = tcg_temp_new(); in trans_mult_acc() local
44 gen_load_gpr(t1, a->rt); in trans_mult_acc()
46 gen_helper_mult_acc(t0, tcg_env, t0, t1); in trans_mult_acc()

12345678910>>...22