Home
last modified time | relevance | path

Searched refs:saved_hflags (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-mips/
Dhelper.c346 int32_t saved_hflags; in cpu_mips_tlb_refill() local
358 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()
Dtranslate.c469 uint32_t hflags, saved_hflags; member
753 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()