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
28 struct core_boot_config *core_config; argument
36 extern void mips_cps_boot_vpes(struct core_boot_config *cfg, unsigned vpe);
/linux/arch/mips/kernel/
H A Dsmp-cps.c300 struct core_boot_config *core_bootcfg; in cps_prepare_cpus()
612 struct core_boot_config *core_cfg = &cluster_cfg->core_config[core]; in remote_vpe_boot()
624 struct core_boot_config *core_cfg = &cluster_cfg->core_config[core]; in cps_boot_secondary()
783 struct core_boot_config *core_cfg; in cps_cpu_disable()
H A Dasm-offsets.c418 OFFSET(COREBOOTCFG_VPEMASK, core_boot_config, vpe_mask); in output_cps_defines()
419 OFFSET(COREBOOTCFG_VPECONFIG, core_boot_config, vpe_config); in output_cps_defines()
420 DEFINE(COREBOOTCFG_SIZE, sizeof(struct core_boot_config)); in output_cps_defines()