Searched refs:saved_hflags (Results 1 – 2 of 2) sorted by relevance
33 uint32_t hflags, saved_hflags; member
1279 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()