Home
last modified time | relevance | path

Searched refs:vpe_config (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dsmp-cps.c175 mips_cps_core_bootcfg[c].vpe_config = kcalloc(core_vpes, in cps_prepare_cpus()
176 sizeof(*mips_cps_core_bootcfg[c].vpe_config), in cps_prepare_cpus()
178 if (!mips_cps_core_bootcfg[c].vpe_config) { in cps_prepare_cpus()
194 kfree(mips_cps_core_bootcfg[c].vpe_config); in cps_prepare_cpus()
295 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
H A Dpm-cps.c148 vpe_cfg = &core_cfg->vpe_config[cpu_vpe_id(&current_cpu_data)]; in cps_pm_enter_state()
H A Dasm-offsets.c408 OFFSET(COREBOOTCFG_VPECONFIG, core_boot_config, vpe_config); in output_cps_defines()
/openbmc/linux/arch/mips/include/asm/
H A Dsmp-cps.h22 struct vpe_boot_config *vpe_config; member