Home
last modified time | relevance | path

Searched refs:FSL_IMX6_NUM_CPUS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/arm/
H A Dfsl-imx6.h43 #define FSL_IMX6_NUM_CPUS 4 macro
59 ARMCPU cpu[FSL_IMX6_NUM_CPUS];
/openbmc/qemu/hw/arm/
H A Dsabrelite.c110 mc->max_cpus = FSL_IMX6_NUM_CPUS; in sabrelite_machine_init()
H A Dfsl-imx6.c46 for (i = 0; i < MIN(ms->smp.cpus, FSL_IMX6_NUM_CPUS); i++) { in fsl_imx6_init()
119 if (smp_cpus > FSL_IMX6_NUM_CPUS) { in fsl_imx6_realize()
121 TYPE_FSL_IMX6, FSL_IMX6_NUM_CPUS, smp_cpus); in fsl_imx6_realize()