Lines Matching full:vpe
53 /* Detect & record VPE topology */ in cps_smp_setup()
56 pr_info("%s topology ", cpu_has_mips_r6 ? "VP" : "VPE"); in cps_smp_setup()
87 /* Indicate present CPUs (CPU being synonymous with VPE) */ in cps_smp_setup()
180 /* Allocate VPE boot configuration structs */ in cps_prepare_cpus()
187 pr_err("Failed to allocate %u VPE boot configs\n", in cps_prepare_cpus()
318 /* Boot a VPE on a powered down core */ in cps_boot_secondary()
331 /* Boot a VPE on another powered up core */ in cps_boot_secondary()
353 /* Boot a VPE on this core */ in cps_boot_secondary()
362 /* Disable MT - we only want to run 1 TC per VPE */ in cps_init_secondary()
482 /* Look for another online VPE within the core */ in play_dead()
488 * There is an online VPE within the core. Just halt in play_dead()
539 * - Powering down the core if another VPE within it is offlined. in cps_cpu_die()
540 * - A sibling VPE entering a non-coherent state. in cps_cpu_die()