Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dldst_helper.c999 uint32_t oldreg; in helper_st_asi() local
1001 oldreg = env->mmuregs[reg]; in helper_st_asi()
1008 if ((oldreg ^ env->mmuregs[reg]) in helper_st_asi()
1018 if (oldreg != env->mmuregs[reg]) { in helper_st_asi()
1041 if (oldreg != env->mmuregs[reg]) { in helper_st_asi()
1043 reg, oldreg, env->mmuregs[reg]); in helper_st_asi()
1741 uint64_t oldreg; in helper_st_asi() local
1743 oldreg = env->immu.mmuregs[reg]; in helper_st_asi()
1774 if (oldreg != env->immu.mmuregs[reg]) { in helper_st_asi()
1776 PRIx64 "\n", reg, oldreg, env->immuregs[reg]); in helper_st_asi()
[all …]
/openbmc/qemu/hw/timer/
H A Dimx_gpt.c385 uint32_t oldreg; in imx_gpt_write() local
391 oldreg = s->cr; in imx_gpt_write()
401 if ((oldreg ^ s->cr) & GPT_CR_EN) { in imx_gpt_write()
/openbmc/qemu/target/arm/
H A Dhelper.c7558 const ARMCPRegInfo *oldreg = get_arm_cp_reginfo(cpu->cp_regs, key); in add_cpreg_to_hashtable() local
7559 if (oldreg) { in add_cpreg_to_hashtable()
7560 assert(oldreg->type & ARM_CP_OVERRIDE); in add_cpreg_to_hashtable()