Home
last modified time | relevance | path

Searched refs:temp_idx (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h598 size_t temp_idx(TCGTemp *ts);
601 static inline size_t temp_idx(TCGTemp *ts) in temp_idx() function
664 (void)temp_idx(t); /* trigger embedded assert */ in temp_tcgv_i32()
/openbmc/linux/drivers/sbus/char/
H A Dbbc_envctrl.c447 int temp_idx) in attach_one_temp() argument
465 tp->index = temp_idx; in attach_one_temp()
/openbmc/linux/drivers/thermal/qcom/
H A Dtsens.c754 u32 temp_idx = LAST_TEMP_0 + hw_id; in get_temp_tsens_valid() local
776 *temp = tsens_hw_to_mC(s, temp_idx); in get_temp_tsens_valid()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c15787 unsigned int temp_idx; in lpfc_dmp_dbg() local
15799 temp_idx = start_idx; in lpfc_dmp_dbg()
15802 temp_idx -= 1; in lpfc_dmp_dbg()
15805 temp_idx = (start_idx + dbg_cnt) % DBG_LOG_SZ; in lpfc_dmp_dbg()
15814 start_idx, temp_idx, dbg_cnt); in lpfc_dmp_dbg()
15818 temp_idx = (start_idx + i) % DBG_LOG_SZ; in lpfc_dmp_dbg()
15820 temp_idx = j++; in lpfc_dmp_dbg()
15821 rem_nsec = do_div(phba->dbg_log[temp_idx].t_ns, NSEC_PER_SEC); in lpfc_dmp_dbg()
15823 temp_idx, in lpfc_dmp_dbg()
15824 (unsigned long)phba->dbg_log[temp_idx].t_ns, in lpfc_dmp_dbg()
[all …]
/openbmc/qemu/tcg/
H A Dtcg.c1798 set_bit(temp_idx(ts), s->free_temps[ts->base_type].l); in tcg_temp_free_internal()
1916 size_t temp_idx(TCGTemp *ts) in temp_idx() function
2423 int idx = temp_idx(ts); in tcg_get_arg_str_ptr()
H A Doptimize.c156 size_t idx = temp_idx(ts); in init_ts_info()