Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Dmips_cmgcr.c62 gcr->gic_base = val & GCR_GIC_BASE_MSK; in update_gic_base()
65 gcr->gic_base & GCR_GIC_BASE_GICBASE_MSK); in update_gic_base()
67 gcr->gic_base & GCR_GIC_BASE_GICEN_MSK); in update_gic_base()
89 return gcr->gic_base; in gcr_read()
/qemu/include/hw/misc/
H A Dmips_cmgcr.h85 uint64_t gic_base; member