Home
last modified time | relevance | path

Searched refs:TBST_TB_ERROR (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()
343 tfmr = tfmr_new_tb_state(tfmr, TBST_TB_ERROR); in tb_state_machine_step()
364 tfmr = tfmr_new_tb_state(tfmr, TBST_TB_ERROR); in tb_state_machine_step()
413 tfmr = tfmr_new_tb_state(tfmr, TBST_TB_ERROR); in helper_store_tfmr()
434 if (tbst == TBST_TB_ERROR) { in helper_store_tfmr()
453 tfmr = tfmr_new_tb_state(tfmr, TBST_TB_ERROR); in helper_store_tfmr()
H A Dcpu.h2727 TBST_TB_ERROR = 0x9, enumerator