Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dmips_cmgcr.c29 return s->gic_mr != NULL; in is_gic_connected()
64 memory_region_set_address(gcr->gic_mr, in update_gic_base()
66 memory_region_set_enabled(gcr->gic_mr, in update_gic_base()
218 DEFINE_PROP_LINK("gic", MIPSGCRState, gic_mr, TYPE_MEMORY_REGION,
/openbmc/qemu/include/hw/misc/
H A Dmips_cmgcr.h82 MemoryRegion *gic_mr; member
/openbmc/qemu/include/hw/arm/
H A Dxlnx-zynqmp.h106 MemoryRegion gic_mr[XLNX_ZYNQMP_GIC_REGIONS][XLNX_ZYNQMP_GIC_ALIASES]; member
/openbmc/qemu/hw/arm/
H A Dxlnx-zynqmp.c562 MemoryRegion *alias = &s->gic_mr[i][j]; in xlnx_zynqmp_realize()