Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dmips_cmgcr.c49 gcr->cpc_base = val & GCR_CPC_BASE_MSK; in update_cpc_base()
52 gcr->cpc_base & GCR_CPC_BASE_CPCBASE_MSK); in update_cpc_base()
54 gcr->cpc_base & GCR_CPC_BASE_CPCEN_MSK); in update_cpc_base()
91 return gcr->cpc_base; in gcr_read()
209 VMSTATE_UINT64(cpc_base, MIPSGCRState),
/qemu/include/hw/misc/
H A Dmips_cmgcr.h84 uint64_t cpc_base; member