Lines Matching refs:SLAVIO_TIMERState
63 OBJECT_DECLARE_SIMPLE_TYPE(SLAVIO_TIMERState, SLAVIO_TIMER)
65 struct SLAVIO_TIMERState { struct
75 SLAVIO_TIMERState *s; argument
99 SLAVIO_TIMERState *s = tc->s; in slavio_timer_is_user()
127 SLAVIO_TIMERState *s = tc->s; in slavio_timer_irq()
146 SLAVIO_TIMERState *s = tc->s; in slavio_timer_mem_readl()
206 SLAVIO_TIMERState *s = tc->s; in slavio_timer_mem_writel()
363 VMSTATE_STRUCT_ARRAY(cputimer, SLAVIO_TIMERState, MAX_CPUS + 1, 3,
371 SLAVIO_TIMERState *s = SLAVIO_TIMER(d); in slavio_timer_reset()
394 SLAVIO_TIMERState *s = SLAVIO_TIMER(obj); in slavio_timer_init()
424 DEFINE_PROP_UINT32("num_cpus", SLAVIO_TIMERState, num_cpus, 0),
440 .instance_size = sizeof(SLAVIO_TIMERState),