Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsmp-cps.h12 struct vpe_boot_config { struct
20 struct vpe_boot_config *vpe_config; argument
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dasm-offsets.c400 OFFSET(VPEBOOTCFG_PC, vpe_boot_config, pc); in output_cps_defines()
401 OFFSET(VPEBOOTCFG_SP, vpe_boot_config, sp); in output_cps_defines()
402 OFFSET(VPEBOOTCFG_GP, vpe_boot_config, gp); in output_cps_defines()
403 DEFINE(VPEBOOTCFG_SIZE, sizeof(struct vpe_boot_config)); in output_cps_defines()
H A Dsmp-cps.c299 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
H A Dpm-cps.c120 struct vpe_boot_config *vpe_cfg; in cps_pm_enter_state()