Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dmips_cmgcr.c105 return current_vps->reset_base; in gcr_read()
107 return other_vps->reset_base; in gcr_read()
123 return (int32_t)(vps->reset_base & GCR_CL_RESET_BASE_RESETBASE_MSK); in get_exception_base()
144 current_vps->reset_base = data & GCR_CL_RESET_BASE_MSK; in gcr_write()
149 other_vps->reset_base = data & GCR_CL_RESET_BASE_MSK; in gcr_write()
199 s->vps[i].reset_base = 0xBFC00000 & GCR_CL_RESET_BASE_MSK; in mips_gcr_reset()
/qemu/include/hw/misc/
H A Dmips_cmgcr.h71 uint64_t reset_base; member