Searched refs:A9GTimerPerCPU (Results 1 – 2 of 2) sorted by relevance
89 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),
58 typedef struct A9GTimerPerCPU A9GTimerPerCPU; typedef60 struct A9GTimerPerCPU { struct89 A9GTimerPerCPU per_cpu[A9_GTIMER_MAX_CPUS]; argument