Lines Matching full:vpe
43 /* Detect & record VPE topology */ in cps_smp_setup()
46 pr_info("%s topology ", cpu_has_mips_r6 ? "VP" : "VPE"); in cps_smp_setup()
77 /* Indicate present CPUs (CPU being synonymous with VPE) */ in cps_smp_setup()
172 /* Allocate VPE boot configuration structs */ in cps_prepare_cpus()
179 pr_err("Failed to allocate %u VPE boot configs\n", in cps_prepare_cpus()
313 /* Boot a VPE on a powered down core */ in cps_boot_secondary()
326 /* Boot a VPE on another powered up core */ in cps_boot_secondary()
348 /* Boot a VPE on this core */ in cps_boot_secondary()
359 /* Disable MT - we only want to run 1 TC per VPE */ in cps_init_secondary()
484 /* Look for another online VPE within the core */ in play_dead()
490 * There is an online VPE within the core. Just halt in play_dead()
536 * - Powering down the core if another VPE within it is offlined. in cps_cleanup_dead_cpu()
537 * - A sibling VPE entering a non-coherent state. in cps_cleanup_dead_cpu()