Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmips_cpc.c31 static inline uint64_t cpc_vp_run_mask(MIPSCPCState *cpc) in cpc_vp_run_mask()
38 MIPSCPCState *cpc = (MIPSCPCState *) data.host_ptr; in mips_cpu_reset_async_work()
45 static void cpc_run_vp(MIPSCPCState *cpc, uint64_t vp_run) in cpc_run_vp()
63 static void cpc_stop_vp(MIPSCPCState *cpc, uint64_t vp_stop) in cpc_stop_vp()
79 MIPSCPCState *s = opaque; in cpc_write()
101 MIPSCPCState *s = opaque; in cpc_read()
126 MIPSCPCState *s = MIPS_CPC(obj); in mips_cpc_init()
135 MIPSCPCState *s = MIPS_CPC(dev); in mips_cpc_realize()
147 MIPSCPCState *s = MIPS_CPC(dev); in mips_cpc_reset()
161 VMSTATE_UINT64(vp_running, MIPSCPCState),
[all …]
/openbmc/qemu/include/hw/misc/
H A Dmips_cpc.h38 OBJECT_DECLARE_SIMPLE_TYPE(MIPSCPCState, MIPS_CPC)
40 struct MIPSCPCState { struct
/openbmc/qemu/include/hw/mips/
H A Dcps.h46 MIPSCPCState cpc;