Home
last modified time | relevance | path

Searched refs:ots (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dtimings.c841 u64 ots = 0xDEAD, ts; in irq_timings_test_irqts() local
848 i, i & IRQ_TIMINGS_MASK, ots + i, oirq + i); in irq_timings_test_irqts()
850 irq_timings_push(ots + i, oirq + i); in irq_timings_test_irqts()
857 ots += start; in irq_timings_test_irqts()
876 i, ts, ots, irq, oirq); in irq_timings_test_irqts()
878 if (WARN_ON(ts != ots || irq != oirq)) in irq_timings_test_irqts()
881 ots++; oirq++; in irq_timings_test_irqts()
/openbmc/qemu/tcg/
H A Dtcg.c4573 static void tcg_reg_alloc_do_movi(TCGContext *s, TCGTemp *ots, in tcg_reg_alloc_do_movi() argument
4578 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_do_movi()
4581 set_temp_val_nonreg(s, ots, TEMP_VAL_CONST); in tcg_reg_alloc_do_movi()
4582 ots->val = val; in tcg_reg_alloc_do_movi()
4583 ots->mem_coherent = 0; in tcg_reg_alloc_do_movi()
4585 temp_sync(s, ots, s->reserved_regs, preferred_regs, IS_DEAD_ARG(0)); in tcg_reg_alloc_do_movi()
4587 temp_dead(s, ots); in tcg_reg_alloc_do_movi()
4598 TCGTemp *ts, *ots; in tcg_reg_alloc_mov() local
4604 ots = arg_temp(op->args[0]); in tcg_reg_alloc_mov()
4608 tcg_debug_assert(!temp_readonly(ots)); in tcg_reg_alloc_mov()
[all …]