Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dhelper_regs.c263 uint32_t hflags_current = env->hflags; in ppc_get_tb_cpu_state() local
267 if (unlikely(hflags_current != hflags_rebuilt)) { in ppc_get_tb_cpu_state()
270 hflags_current, hflags_rebuilt); in ppc_get_tb_cpu_state()
274 return (TCGTBCPUState){ .pc = env->nip, .flags = hflags_current }; in ppc_get_tb_cpu_state()