Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dmips_cmgcr.c22 static inline bool is_cpc_connected(MIPSGCRState *s) in is_cpc_connected()
27 static inline bool is_gic_connected(MIPSGCRState *s) in is_gic_connected()
32 static inline void update_gcr_base(MIPSGCRState *gcr, uint64_t val) in update_gcr_base()
75 MIPSGCRState *gcr = (MIPSGCRState *) opaque; in gcr_read()
129 MIPSGCRState *gcr = (MIPSGCRState *)opaque; in gcr_write()
182 MIPSGCRState *s = MIPS_GCR(obj); in mips_gcr_init()
191 MIPSGCRState *s = MIPS_GCR(dev); in mips_gcr_reset()
209 VMSTATE_UINT64(cpc_base, MIPSGCRState),
215 DEFINE_PROP_UINT32("num-vp", MIPSGCRState, num_vps, 1),
227 MIPSGCRState *s = MIPS_GCR(dev); in mips_gcr_realize()
[all …]
/qemu/include/hw/misc/
H A Dmips_cmgcr.h17 OBJECT_DECLARE_SIMPLE_TYPE(MIPSGCRState, MIPS_GCR)
74 struct MIPSGCRState { struct
/qemu/include/hw/mips/
H A Dcps.h43 MIPSGCRState gcr;