Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h33 uint32_t hflags, saved_hflags; member
H A Dtranslate.c1279 LOG_DISAS("hflags %08x saved %08x\n", ctx->hflags, ctx->saved_hflags); in save_cpu_state()
1284 if (ctx->hflags != ctx->saved_hflags) { in save_cpu_state()
1286 ctx->saved_hflags = ctx->hflags; in save_cpu_state()
1301 ctx->saved_hflags = ctx->hflags; in restore_cpu_state()
4336 if (ctx->hflags != ctx->saved_hflags) { in gen_trap()