Searched refs:cpu_vpe_id (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | smp-cps.c | 187 1 << cpu_vpe_id(¤t_cpu_data)); in cps_prepare_cpus() 287 mips_cps_boot_vpes(core_cfg, cpu_vpe_id(¤t_cpu_data)); in remote_vpe_boot() 293 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() 308 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() 460 atomic_sub(1 << cpu_vpe_id(¤t_cpu_data), &core_cfg->vpe_mask); in cps_cpu_disable() 509 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt() 526 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_cleanup_dead_cpu()
|
H A D | proc.c | 289 seq_printf(m, "VPE\t\t\t: %d\n", cpu_vpe_id(&cpu_data[n])); in show_cpuinfo() 291 seq_printf(m, "VP\t\t\t: %d\n", cpu_vpe_id(&cpu_data[n])); in show_cpuinfo()
|
H A D | pm-cps.c | 148 vpe_cfg = &core_cfg->vpe_config[cpu_vpe_id(¤t_cpu_data)]; in cps_pm_enter_state() 447 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_gen_entry_code()
|
H A D | perf_event_mipsxx.c | 132 0 : cpu_vpe_id(¤t_cpu_data)) 385 ctrl = M_PERFCTL_VPEID(cpu_vpe_id(&cpu_data[cpu])); in mipsxx_pmu_enable_event()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | mips-cm.h | 403 unsigned int vp = cpu_vpe_id(&cpu_data[cpu]); in mips_cm_vp_id() 460 mips_cm_lock_other(cpu_cluster(d), cpu_core(d), cpu_vpe_id(d), block); in mips_cm_lock_other_cpu()
|
H A D | cpu-info.h | 167 static inline unsigned int cpu_vpe_id(struct cpuinfo_mips *cpuinfo) in cpu_vpe_id() function
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-mips-cpu.c | 103 settc(cpu_vpe_id(&cpu_data[cpu])); in mips_mt_send_ipi()
|