Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dcpu-qom.h40 typedef struct PPCTimebase { struct
44 } PPCTimebase; argument
51 .size = sizeof(PPCTimebase), \
54 .offset = vmstate_offset_value(_state, _field, PPCTimebase), \
/qemu/hw/ppc/
H A Dppc.c980 static void timebase_save(PPCTimebase *tb) in timebase_save()
1008 static void timebase_load(PPCTimebase *tb) in timebase_load()
1039 PPCTimebase *tb = opaque; in cpu_ppc_clock_vm_state_change()
1064 PPCTimebase *tb = opaque; in timebase_pre_save()
1080 VMSTATE_UINT64(guest_timebase, PPCTimebase),
1081 VMSTATE_INT64(time_of_the_day_ns, PPCTimebase),
/qemu/include/hw/ppc/
H A Dspapr.h214 struct PPCTimebase tb;