Home
last modified time | relevance | path

Searched refs:vpe_id (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/kernel/
H A Dsmp-cps.c469 unsigned int vpe_id) in boot_core() argument
551 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
621 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
625 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
639 boot_core(cluster, core, vpe_id); in cps_boot_secondary()
644 mips_cm_lock_other(cluster, core, vpe_id, in cps_boot_secondary()
677 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
735 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local
741 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu()
743 pr_debug("Halting core %d VP%d\n", core, vpe_id); in cps_shutdown_this_cpu()
[all …]
/linux/include/linux/irqchip/
H A Darm-gic-v4.h87 u16 vpe_id; member