Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Da9gtimer.c89 A9GTimerPerCPU *gtb = &s->per_cpu[i]; in a9_gtimer_update()
142 A9GTimerPerCPU *gtb = (A9GTimerPerCPU *)opaque; in a9_gtimer_read()
184 A9GTimerPerCPU *gtb = (A9GTimerPerCPU *)opaque; in a9_gtimer_write()
288 A9GTimerPerCPU *gtb = &s->per_cpu[i]; in a9_gtimer_reset()
316 A9GTimerPerCPU *gtb = &s->per_cpu[i]; in a9_gtimer_realize()
337 VMSTATE_UINT32(control, A9GTimerPerCPU),
338 VMSTATE_UINT64(compare, A9GTimerPerCPU),
339 VMSTATE_UINT32(status, A9GTimerPerCPU),
340 VMSTATE_UINT32(inc, A9GTimerPerCPU),
367 A9GTimerPerCPU),
/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h58 typedef struct A9GTimerPerCPU A9GTimerPerCPU; typedef
60 struct A9GTimerPerCPU { struct
89 A9GTimerPerCPU per_cpu[A9_GTIMER_MAX_CPUS]; argument