Searched refs:vpe_config (Results 1 – 4 of 4) sorted by relevance
359 core_bootcfg[c].vpe_config = kcalloc(core_vpes, in cps_prepare_cpus()360 sizeof(*core_bootcfg[c].vpe_config), in cps_prepare_cpus()362 if (!core_bootcfg[c].vpe_config) in cps_prepare_cpus()384 kfree(core_bootcfg->vpe_config); in cps_prepare_cpus()612 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
143 vpe_cfg = &core_cfg->vpe_config[cpu_vpe_id(¤t_cpu_data)]; in cps_pm_enter_state()
417 OFFSET(COREBOOTCFG_VPECONFIG, core_boot_config, vpe_config); in output_cps_defines()
22 struct vpe_boot_config *vpe_config; member