Home
last modified time | relevance | path

Searched refs:valid_cpu_types (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dmax78000fthr.c41 static const char * const valid_cpu_types[] = { in max78000_machine_init() local
48 mc->valid_cpu_types = valid_cpu_types; in max78000_machine_init()
H A Daspeed_ast10x0.c234 aspeed_soc_cpu_type(sc->valid_cpu_types)); in aspeed_soc_ast10x0_realize()
482 static const char * const valid_cpu_types[] = { in aspeed_soc_ast1030_class_init() local
493 sc->valid_cpu_types = valid_cpu_types; in aspeed_soc_ast1030_class_init()
510 static const char * const valid_cpu_types[] = { in aspeed_soc_ast1060_class_init() local
521 sc->valid_cpu_types = valid_cpu_types; in aspeed_soc_ast1060_class_init()
H A Daspeed_ast2400.c163 aspeed_soc_cpu_type(sc->valid_cpu_types)); in aspeed_ast2400_soc_init()
549 static const char * const valid_cpu_types[] = { in aspeed_soc_ast2400_class_init() local
560 sc->valid_cpu_types = valid_cpu_types; in aspeed_soc_ast2400_class_init()
576 static const char * const valid_cpu_types[] = { in aspeed_soc_ast2500_class_init() local
587 sc->valid_cpu_types = valid_cpu_types; in aspeed_soc_ast2500_class_init()
H A Daspeed_ast27x0.c486 aspeed_soc_cpu_type(sc->valid_cpu_types)); in aspeed_soc_ast2700_init()
1210 static const char * const valid_cpu_types[] = { in aspeed_soc_ast2700a0_class_init() local
1221 sc->valid_cpu_types = valid_cpu_types; in aspeed_soc_ast2700a0_class_init()
1239 static const char * const valid_cpu_types[] = { in aspeed_soc_ast2700a1_class_init() local
1250 sc->valid_cpu_types = valid_cpu_types; in aspeed_soc_ast2700a1_class_init()
H A Daspeed_ast2600.c172 aspeed_soc_cpu_type(sc->valid_cpu_types)); in aspeed_soc_ast2600_init()
779 static const char * const valid_cpu_types[] = { in aspeed_soc_ast2600_class_init() local
790 sc->valid_cpu_types = valid_cpu_types; in aspeed_soc_ast2600_class_init()
/openbmc/qemu/hw/riscv/
H A Dshakti_c.c77 static const char * const valid_cpu_types[] = { in shakti_c_machine_class_init() local
85 mc->valid_cpu_types = valid_cpu_types; in shakti_c_machine_class_init()
H A Dxiangshan_kmh.c195 static const char *const valid_cpu_types[] = { in xiangshan_kmh_machine_class_init() local
205 mc->valid_cpu_types = valid_cpu_types; in xiangshan_kmh_machine_class_init()
/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h176 const char * const *valid_cpu_types; member
306 const char *aspeed_soc_cpu_type(const char * const *valid_cpu_types);