Home
last modified time | relevance | path

Searched defs:ppc_tb_t (Results 1 – 2 of 2) sorted by relevance

/qemu/include/hw/ppc/
H A Dppc.h24 struct ppc_tb_t { struct
26 int64_t tb_offset; /* Compensation */
27 int64_t atb_offset; /* Compensation */
28 int64_t vtb_offset;
29 uint32_t tb_freq; /* TB frequency */
31 uint64_t decr_next; /* Tick for next decr interrupt */
32 uint32_t decr_freq; /* decrementer frequency */
56 uint64_t cpu_ppc_get_tb(ppc_tb_t *tb_env, uint64_t vmclk, int64_t tb_offset); argument
/qemu/target/ppc/
H A Dcpu.h297 typedef struct ppc_tb_t ppc_tb_t; typedef