Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c262 uint32_t hflags_rebuilt; in cpu_get_tb_cpu_state() local
268 hflags_rebuilt = hreg_compute_hflags_value(env); in cpu_get_tb_cpu_state()
269 if (unlikely(hflags_current != hflags_rebuilt)) { in cpu_get_tb_cpu_state()
272 hflags_current, hflags_rebuilt); in cpu_get_tb_cpu_state()