Lines Matching +full:0 +full:x100
36 memory_region_add_subregion(&s->container, 0, in mpcore_priv_map_setup()
37 sysbus_mmio_get_region(scubusdev, 0)); in mpcore_priv_map_setup()
38 /* GIC CPU interfaces: "current CPU" at 0x100, then specific CPUs in mpcore_priv_map_setup()
39 * at 0x200, 0x300... in mpcore_priv_map_setup()
41 for (i = 0; i < (s->num_cpu + 1); i++) { in mpcore_priv_map_setup()
42 hwaddr offset = 0x100 + (i * 0x100); in mpcore_priv_map_setup()
49 for (i = 0; i < (s->num_cpu + 1); i++) { in mpcore_priv_map_setup()
50 /* Timers at 0x600, 0x700, ...; watchdogs at 0x620, 0x720, ... */ in mpcore_priv_map_setup()
51 hwaddr offset = 0x600 + i * 0x100; in mpcore_priv_map_setup()
54 memory_region_add_subregion(&s->container, offset + 0x20, in mpcore_priv_map_setup()
57 memory_region_add_subregion(&s->container, 0x1000, in mpcore_priv_map_setup()
58 sysbus_mmio_get_region(gicbusdev, 0)); in mpcore_priv_map_setup()
62 for (i = 0; i < s->num_cpu; i++) { in mpcore_priv_map_setup()
120 "mpcore-priv-container", 0x2000); in mpcore_priv_initfn()
127 qdev_prop_set_uint32(DEVICE(&s->gic), "revision", 0); in mpcore_priv_initfn()
137 * anything from 0 to 224 external interrupt IRQ lines (with another