Searched refs:vpe_id (Results 1 – 7 of 7) sorted by relevance
/arch/mips/kernel/ |
D | smp-cps.c | 79 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 …]
|
D | proc.c | 140 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()
|
D | smp-cmp.c | 54 c->vpe_id = (read_c0_tcbind() >> TCBIND_CURVPE_SHIFT) & in cmp_init_secondary()
|
D | pm-cps.c | 449 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()
|
D | perf_event_mipsxx.c | 146 #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/ |
D | op_model_mipsxx.c | 55 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/ |
D | cpu-info.h | 89 int vpe_id; /* Virtual Processor number */ member 147 # define cpu_vpe_id(cpuinfo) ((cpuinfo)->vpe_id)
|