Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dsmp-cps.c186 mips_cps_core_bootcfg[c].vpe_config = kcalloc(core_vpes, in cps_prepare_cpus()
187 sizeof(*mips_cps_core_bootcfg[c].vpe_config), in cps_prepare_cpus()
189 if (!mips_cps_core_bootcfg[c].vpe_config) { in cps_prepare_cpus()
205 kfree(mips_cps_core_bootcfg[c].vpe_config); in cps_prepare_cpus()
303 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
Dpm-cps.c152 vpe_cfg = &core_cfg->vpe_config[cpu_vpe_id(&current_cpu_data)]; in cps_pm_enter_state()
Dasm-offsets.c392 OFFSET(COREBOOTCFG_VPECONFIG, core_boot_config, vpe_config); in output_cps_defines()
/Linux-v4.19/arch/mips/include/asm/
Dsmp-cps.h24 struct vpe_boot_config *vpe_config; member