core_boot_config
struct core_boot_config *core_config;
extern void mips_cps_boot_vpes(struct core_boot_config *cfg, unsigned vpe);
OFFSET(COREBOOTCFG_VPEMASK, core_boot_config, vpe_mask);
OFFSET(COREBOOTCFG_VPECONFIG, core_boot_config, vpe_config);
DEFINE(COREBOOTCFG_SIZE, sizeof(struct core_boot_config));
struct core_boot_config *core_cfg;
struct core_boot_config *core_bootcfg;
struct core_boot_config *core_cfg = &cluster_cfg->core_config[core];
struct core_boot_config *core_cfg = &cluster_cfg->core_config[core];
struct core_boot_config *core_cfg;