Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dsmp-cps.h22 struct core_boot_config { struct
27 extern struct core_boot_config *mips_cps_core_bootcfg; argument
/linux-4.1.27/arch/mips/kernel/
Dsmp-cps.c31 struct core_boot_config *mips_cps_core_bootcfg;
232 struct core_boot_config *core_cfg = &mips_cps_core_bootcfg[core]; in cps_boot_secondary()
304 struct core_boot_config *core_cfg; in cps_cpu_disable()
Dasm-offsets.c459 OFFSET(COREBOOTCFG_VPEMASK, core_boot_config, vpe_mask); in output_cps_defines()
460 OFFSET(COREBOOTCFG_VPECONFIG, core_boot_config, vpe_config); in output_cps_defines()
461 DEFINE(COREBOOTCFG_SIZE, sizeof(struct core_boot_config)); in output_cps_defines()
Dpm-cps.c128 struct core_boot_config *core_cfg; in cps_pm_enter_state()