Home
last modified time | relevance | path

Searched refs:vp_start_running (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dmips_cpc.c137 if (s->vp_start_running > cpc_vp_run_mask(s)) { in mips_cpc_realize()
153 cpc_run_vp(s, s->vp_start_running); in mips_cpc_reset()
168 DEFINE_PROP_UINT64("vp-start-running", MIPSCPCState, vp_start_running, 0x1),
/openbmc/qemu/include/hw/misc/
H A Dmips_cpc.h44 uint64_t vp_start_running; /* VPs running from restart */ member