Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dsmp-cps.h16 struct vpe_boot_config { struct
24 struct vpe_boot_config *vpe_config; argument
32 extern struct vpe_boot_config *mips_cps_boot_vpes(void);
/linux-4.4.14/arch/mips/kernel/
Dasm-offsets.c453 OFFSET(VPEBOOTCFG_PC, vpe_boot_config, pc); in output_cps_defines()
454 OFFSET(VPEBOOTCFG_SP, vpe_boot_config, sp); in output_cps_defines()
455 OFFSET(VPEBOOTCFG_GP, vpe_boot_config, gp); in output_cps_defines()
456 DEFINE(VPEBOOTCFG_SIZE, sizeof(struct vpe_boot_config)); in output_cps_defines()
Dsmp-cps.c258 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
Dpm-cps.c129 struct vpe_boot_config *vpe_cfg; in cps_pm_enter_state()