Home
last modified time | relevance | path

Searched refs:reg_to_temp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c56 static inline u8 reg_to_temp(u8 reg_value) in reg_to_temp() function
97 return sprintf(buf, "%d\n", reg_to_temp(value)); in spu_show_temp()
109 return sprintf(buf, "%d\n", reg_to_temp(value)); in show_throttle()
183 return sprintf(buf, "%d\n", reg_to_temp(value)); in ppe_show_temp()
/openbmc/linux/drivers/hwmon/
H A Dsch5627.c212 static int reg_to_temp(u16 reg) in reg_to_temp() function
262 *val = reg_to_temp(data->temp[channel]); in sch5627_read()
/openbmc/qemu/tcg/
H A Dtcg.c2417 memset(s->reg_to_temp, 0, sizeof(s->reg_to_temp)); in tcg_reg_alloc_start()
4199 tcg_debug_assert(s->reg_to_temp[old] == ts); in set_temp_val_reg()
4203 s->reg_to_temp[old] = NULL; in set_temp_val_reg()
4205 tcg_debug_assert(s->reg_to_temp[reg] == NULL); in set_temp_val_reg()
4206 s->reg_to_temp[reg] = ts; in set_temp_val_reg()
4217 tcg_debug_assert(s->reg_to_temp[reg] == ts); in set_temp_val_nonreg()
4218 s->reg_to_temp[reg] = NULL; in set_temp_val_nonreg()
4303 TCGTemp *ts = s->reg_to_temp[reg]; in tcg_reg_free()
4344 if (s->reg_to_temp[reg] == NULL) { in tcg_reg_alloc()
4350 if (s->reg_to_temp[reg] == NULL && in tcg_reg_alloc()
[all …]
/openbmc/qemu/include/tcg/
H A Dtcg.h545 TCGTemp *reg_to_temp[TCG_TARGET_NB_REGS]; member