Searched refs:vpe_id (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dsmp-cps.c302 static void boot_core(unsigned int core, unsigned int vpe_id) argument
329 write_cpc_co_vp_run(1 << vpe_id);
385 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); local
387 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id];
405 boot_core(core, vpe_id);
410 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL);
439 mips_cps_boot_vpes(core_cfg, vpe_id);
497 unsigned int cpu, core, vpe_id; local
503 vpe_id = cpu_vpe_id(&cpu_data[cpu]);
505 pr_debug("Halting core %d VP%d\n", core, vpe_id);
599 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); local
616 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); local
[all...]
H A Dpm-cps.c439 unsigned int vpe_id; local
441 vpe_id = cpu_vpe_id(&cpu_data[cpu]);
442 uasm_i_addiu(&p, GPR_T0, GPR_ZERO, 1 << vpe_id);
H A Dperf_event_mipsxx.c128 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro
131 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro
150 #define vpe_id() 0 macro
186 if (vpe_id() == 1)
370 (1 << (12 + vpe_id())) | BRCM_PERFCTRL_TC;
/linux-master/include/linux/irqchip/
H A Darm-gic-v4.h77 u16 vpe_id; member in struct:its_vpe
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c778 its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id);
795 its_encode_vpeid(cmd, desc->its_vmapp_cmd.vpe->vpe_id);
857 its_encode_vpeid(cmd, desc->its_vmapti_cmd.vpe->vpe_id);
880 its_encode_vpeid(cmd, desc->its_vmovi_cmd.vpe->vpe_id);
900 its_encode_vpeid(cmd, desc->its_vmovp_cmd.vpe->vpe_id);
975 its_encode_vpeid(cmd, desc->its_invdb_cmd.vpe->vpe_id);
990 its_encode_vpeid(cmd, desc->its_vsgi_cmd.vpe->vpe_id);
1176 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id);
1490 val |= FIELD_PREP(GICR_INVLPIR_VPEID, map->vpe->vpe_id);
2811 /* Don't allow vpe_id tha
3372 its_alloc_vpe_table(u32 vpe_id) argument
4456 int vpe_id; local
[all...]

Completed in 163 milliseconds