Home
last modified time | relevance | path

Searched refs:cpu_vpe_id (Results 1 – 6 of 6) sorted by relevance

/arch/mips/kernel/
Dsmp-cps.c195 1 << cpu_vpe_id(&current_cpu_data)); in cps_prepare_cpus()
292 mips_cps_boot_vpes(core_cfg, cpu_vpe_id(&current_cpu_data)); in remote_vpe_boot()
298 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary()
313 atomic_or(1 << cpu_vpe_id(&cpu_data[cpu]), &core_cfg->vpe_mask); in cps_boot_secondary()
413 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu()
458 atomic_sub(1 << cpu_vpe_id(&current_cpu_data), &core_cfg->vpe_mask); in cps_cpu_disable()
508 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt()
523 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_cpu_die()
Dproc.c150 seq_printf(m, "VPE\t\t\t: %d\n", cpu_vpe_id(&cpu_data[n])); in show_cpuinfo()
152 seq_printf(m, "VP\t\t\t: %d\n", cpu_vpe_id(&cpu_data[n])); in show_cpuinfo()
Dpm-cps.c148 vpe_cfg = &core_cfg->vpe_config[cpu_vpe_id(&current_cpu_data)]; in cps_pm_enter_state()
447 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_gen_entry_code()
Dperf_event_mipsxx.c132 0 : cpu_vpe_id(&current_cpu_data))
385 ctrl = M_PERFCTL_VPEID(cpu_vpe_id(&cpu_data[cpu])); in mipsxx_pmu_enable_event()
/arch/mips/include/asm/
Dmips-cm.h399 unsigned int vp = cpu_vpe_id(&cpu_data[cpu]); in mips_cm_vp_id()
456 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
Dcpu-info.h167 static inline unsigned int cpu_vpe_id(struct cpuinfo_mips *cpuinfo) in cpu_vpe_id() function