Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dslavio_timer.c53 typedef struct CPUTimerState { struct
60 } CPUTimerState; typedef
70 CPUTimerState cputimer[MAX_CPUS + 1];
107 static void slavio_timer_get_out(CPUTimerState *t) in slavio_timer_get_out()
149 CPUTimerState *t = &s->cputimer[timer_index]; in slavio_timer_mem_readl()
348 VMSTATE_UINT64(limit, CPUTimerState),
349 VMSTATE_UINT32(count, CPUTimerState),
351 VMSTATE_UINT32(reached, CPUTimerState),
352 VMSTATE_UINT32(run , CPUTimerState),
353 VMSTATE_PTIMER(timer, CPUTimerState),
[all …]