Searched refs:MIPSGCRVPState (Results 1 – 2 of 2) sorted by relevance
68 typedef struct MIPSGCRVPState MIPSGCRVPState; typedef69 struct MIPSGCRVPState { struct88 MIPSGCRVPState *vps; argument
76 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()