Home
last modified time | relevance | path

Searched refs:tb_offsetp (Results 1 – 1 of 1) sorted by last modified time

/qemu/hw/ppc/
H A Dppc.c554 int64_t *tb_offsetp, uint64_t value) in cpu_ppc_store_tb() argument
556 *tb_offsetp = value - ns_to_tb(tb_env->tb_freq, vmclk); in cpu_ppc_store_tb()
558 trace_ppc_tb_store(value, *tb_offsetp); in cpu_ppc_store_tb()