Searched refs:vpe_boot_config (Results 1 – 3 of 3) sorted by relevance
14 struct vpe_boot_config { struct22 struct vpe_boot_config *vpe_config; argument
422 OFFSET(VPEBOOTCFG_PC, vpe_boot_config, pc); in output_cps_defines()423 OFFSET(VPEBOOTCFG_SP, vpe_boot_config, sp); in output_cps_defines()424 OFFSET(VPEBOOTCFG_GP, vpe_boot_config, gp); in output_cps_defines()425 DEFINE(VPEBOOTCFG_SIZE, sizeof(struct vpe_boot_config)); in output_cps_defines()
625 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()