Searched refs:oldreg (Results 1 – 3 of 3) sorted by relevance
999 uint32_t oldreg; in helper_st_asi() local1001 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() local1743 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 …]
385 uint32_t oldreg; in imx_gpt_write() local391 oldreg = s->cr; in imx_gpt_write()401 if ((oldreg ^ s->cr) & GPT_CR_EN) { in imx_gpt_write()
7558 const ARMCPRegInfo *oldreg = get_arm_cp_reginfo(cpu->cp_regs, key); in add_cpreg_to_hashtable() local7559 if (oldreg) { in add_cpreg_to_hashtable()7560 assert(oldreg->type & ARM_CP_OVERRIDE); in add_cpreg_to_hashtable()