Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dsmp-cps.h20 struct core_boot_config { struct
25 extern struct core_boot_config *mips_cps_core_bootcfg; argument
30 extern void mips_cps_boot_vpes(struct core_boot_config *cfg, unsigned vpe);
/linux/arch/mips/kernel/
H A Dasm-offsets.c407 OFFSET(COREBOOTCFG_VPEMASK, core_boot_config, vpe_mask); in output_cps_defines()
408 OFFSET(COREBOOTCFG_VPECONFIG, core_boot_config, vpe_config); in output_cps_defines()
409 DEFINE(COREBOOTCFG_SIZE, sizeof(struct core_boot_config)); in output_cps_defines()
H A Dpm-cps.c113 struct core_boot_config *core_cfg; in cps_pm_enter_state()