Searched refs:saved_hflags (Results 1 – 2 of 2) sorted by relevance
346 int32_t saved_hflags; in cpu_mips_tlb_refill() local358 saved_hflags = env->hflags; in cpu_mips_tlb_refill()404 env->hflags = saved_hflags; in cpu_mips_tlb_refill()434 env->hflags = saved_hflags; in cpu_mips_tlb_refill()
469 uint32_t hflags, saved_hflags; member753 LOG_DISAS("hflags %08x saved %08x\n", ctx->hflags, ctx->saved_hflags); in save_cpu_state()758 if (ctx->hflags != ctx->saved_hflags) { in save_cpu_state()760 ctx->saved_hflags = ctx->hflags; in save_cpu_state()775 ctx->saved_hflags = ctx->hflags; in restore_cpu_state()