Home
last modified time | relevance | path

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

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