Home
last modified time | relevance | path

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

/qemu/include/hw/misc/
H A Dmips_cmgcr.h68 typedef struct MIPSGCRVPState MIPSGCRVPState; typedef
69 struct MIPSGCRVPState { struct
88 MIPSGCRVPState *vps; argument
/qemu/hw/misc/
H A Dmips_cmgcr.c76 MIPSGCRVPState *current_vps = &gcr->vps[current_cpu->cpu_index]; in gcr_read()
77 MIPSGCRVPState *other_vps = &gcr->vps[current_vps->other]; in gcr_read()
120 static inline target_ulong get_exception_base(MIPSGCRVPState *vps) in get_exception_base()
130 MIPSGCRVPState *current_vps = &gcr->vps[current_cpu->cpu_index]; in gcr_write()
131 MIPSGCRVPState *other_vps = &gcr->vps[current_vps->other]; in gcr_write()
230 s->vps = g_new(MIPSGCRVPState, s->num_vps); in mips_gcr_realize()