Searched refs:make_mpc (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | musca.c | 208 static MemoryRegion *make_mpc(MuscaMachineState *mms, void *opaque, in make_mpc() function 337 { "mpc0", make_mpc, &mms->mpc[0], 0x12000, 0x1000 }, in make_musca_a_devs() 338 { "mpc1", make_mpc, &mms->mpc[1], 0x13000, 0x1000 }, in make_musca_a_devs() 468 { "mpc0", make_mpc, &mms->mpc[0], 0x52000000, 0x1000 }, in musca_init() 469 { "mpc1", make_mpc, &mms->mpc[1], 0x52100000, 0x1000 }, in musca_init() 470 { "mpc2", make_mpc, &mms->mpc[2], 0x52200000, 0x1000 }, in musca_init() 471 { "mpc3", make_mpc, &mms->mpc[3], 0x52300000, 0x1000 }, in musca_init() 479 { "mpc4", make_mpc, &mms->mpc[4], 0x52e00000, 0x1000 }, in musca_init()
|
H A D | mps2-tz.c | 561 static MemoryRegion *make_mpc(MPS2TZMachineState *mms, void *opaque, in make_mpc() function 937 { "ssram-0-mpc", make_mpc, &mms->mpc[0], 0x58007000, 0x1000 }, in mps2tz_common_init() 938 { "ssram-1-mpc", make_mpc, &mms->mpc[1], 0x58008000, 0x1000 }, in mps2tz_common_init() 939 { "ssram-2-mpc", make_mpc, &mms->mpc[2], 0x58009000, 0x1000 }, in mps2tz_common_init() 995 { "bram-mpc", make_mpc, &mms->mpc[0], 0x58007000, 0x1000 }, in mps2tz_common_init() 996 { "qspi-mpc", make_mpc, &mms->mpc[1], 0x58008000, 0x1000 }, in mps2tz_common_init() 997 { "ddr-mpc", make_mpc, &mms->mpc[2], 0x58009000, 0x1000 }, in mps2tz_common_init() 1050 { "ssram-mpc", make_mpc, &mms->mpc[0], 0x57000000, 0x1000 }, in mps2tz_common_init() 1051 { "qspi-mpc", make_mpc, &mms->mpc[1], 0x57001000, 0x1000 }, in mps2tz_common_init() 1052 { "ddr-mpc", make_mpc, &mms->mpc[2], 0x57002000, 0x1000 }, in mps2tz_common_init()
|