Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dtimebase_helper.c337 if (env->pnv_tod_tbst.tod_sent_to_tb) { in tb_state_machine_step()
341 env->pnv_tod_tbst.tod_sent_to_tb = 0; in tb_state_machine_step()
417 env->pnv_tod_tbst.tod_sent_to_tb = 0; in helper_store_tfmr()
H A Dcpu.h1203 int tod_sent_to_tb; /* chiptod sent TOD to the core TB */ member
/qemu/hw/ppc/
H A Dpnv_chiptod.c381 env->pnv_tod_tbst.tod_sent_to_tb = 1; in pnv_chiptod_xscom_write()