Home
last modified time | relevance | path

Searched refs:old_v (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/loongarch/tcg/
H A Dcsr_helper.c56 int64_t old_v = env->CSR_ESTAT; in helper_csrwr_estat() local
61 return old_v; in helper_csrwr_estat()
66 int64_t old_v = env->CSR_ASID; in helper_csrwr_asid() local
70 if (old_v != env->CSR_ASID) { in helper_csrwr_asid()
73 return old_v; in helper_csrwr_asid()
79 int64_t old_v = env->CSR_TCFG; in helper_csrwr_tcfg() local
83 return old_v; in helper_csrwr_tcfg()
89 int64_t old_v = 0; in helper_csrwr_ticlr() local
96 return old_v; in helper_csrwr_ticlr()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c411 u32 old_v, new_v; in switch_mocs() local
426 old_v = vgpu_vreg_t(pre, offset); in switch_mocs()
428 old_v = gen9_render_mocs.control_table[engine->id][i]; in switch_mocs()
434 if (old_v != new_v) in switch_mocs()
444 old_v = vgpu_vreg_t(pre, l3_offset); in switch_mocs()
446 old_v = gen9_render_mocs.l3cc_table[i]; in switch_mocs()
452 if (old_v != new_v) in switch_mocs()
480 u32 old_v, new_v; in switch_mmio() local
504 old_v = vgpu_vreg_t(pre, mmio->reg); in switch_mmio()
506 old_v = mmio->value = in switch_mmio()
[all …]
/openbmc/linux/drivers/tty/serial/
H A Dsifive.c632 u32 v, old_v; in sifive_serial_set_termios() local
665 old_v = v; in sifive_serial_set_termios()
670 if (v != old_v) in sifive_serial_set_termios()