Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c324 if (!(tfmr & TFMR_TB_ECLIPZ) || tbst == TBST_TB_ERROR) { in tb_state_machine_step()
377 return env->spr[SPR_TFMR] | TFMR_TB_ECLIPZ; in helper_load_tfmr()
388 if (!(val & TFMR_TB_ECLIPZ)) { in helper_store_tfmr()
H A Dcpu.h2706 TFMR_TB_ECLIPZ = PPC_BIT(14), enumerator