Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dsmp-cps.c79 cpu_data[nvpes + v].vpe_id = v; in cps_smp_setup()
209 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument
238 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
293 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
295 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
310 boot_core(core, vpe_id); in cps_boot_secondary()
315 mips_cm_lock_other(core, vpe_id); in cps_boot_secondary()
341 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
416 unsigned int cpu, core, vpe_id; in play_dead() local
446 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in play_dead()
[all …]
Dproc.c140 seq_printf(m, "VPE\t\t\t: %d\n", cpu_data[n].vpe_id); in show_cpuinfo()
142 seq_printf(m, "VP\t\t\t: %d\n", cpu_data[n].vpe_id); in show_cpuinfo()
Dsmp-cmp.c54 c->vpe_id = (read_c0_tcbind() >> TCBIND_CURVPE_SHIFT) & in cmp_init_secondary()
Dpm-cps.c449 unsigned int vpe_id; in cps_gen_entry_code() local
451 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_gen_entry_code()
452 uasm_i_addiu(&p, t0, zero, 1 << vpe_id); in cps_gen_entry_code()
Dperf_event_mipsxx.c146 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro
153 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro
172 #define vpe_id() 0 macro
183 if (vpe_id() == 1) in mipsxx_pmu_swizzle_perf_idx()
352 (1 << (12 + vpe_id())) | M_PERFCTL_TC; in mipsxx_pmu_enable_event()
/arch/mips/oprofile/
Dop_model_mipsxx.c55 M_PERFCTL_VPEID(cpu_data[smp_processor_id()].vpe_id))
56 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro
57 0 : cpu_data[smp_processor_id()].vpe_id)
78 #define vpe_id() 0 macro
101 unsigned int cpu = vpe_id(); \
116 unsigned int cpu = vpe_id(); \
/arch/mips/include/asm/
Dcpu-info.h89 int vpe_id; /* Virtual Processor number */ member
147 # define cpu_vpe_id(cpuinfo) ((cpuinfo)->vpe_id)