Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmips_cmgcr.c77 MIPSGCRVPState *other_vps = &gcr->vps[current_vps->other]; in gcr_read() local
107 return other_vps->reset_base; in gcr_read()
111 return other_vps->other; in gcr_read()
131 MIPSGCRVPState *other_vps = &gcr->vps[current_vps->other]; in gcr_write() local
149 other_vps->reset_base = data & GCR_CL_RESET_BASE_MSK; in gcr_write()
151 get_exception_base(other_vps)); in gcr_write()
160 other_vps->other = data & GCR_CL_OTHER_MSK; in gcr_write()