vpe_boot_config
struct vpe_boot_config *vpe_config;
OFFSET(VPEBOOTCFG_PC, vpe_boot_config, pc);
OFFSET(VPEBOOTCFG_SP, vpe_boot_config, sp);
OFFSET(VPEBOOTCFG_GP, vpe_boot_config, gp);
DEFINE(VPEBOOTCFG_SIZE, sizeof(struct vpe_boot_config));
struct vpe_boot_config *vpe_cfg;
struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id];