Searched refs:vpe_id (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/mips/kernel/ |
| D | smp-cps.c | 214 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument 241 write_cpc_co_vp_run(1 << vpe_id); in boot_core() 297 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local 299 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary() 318 boot_core(core, vpe_id); in cps_boot_secondary() 323 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary() 353 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary() 406 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local 412 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu() 414 pr_debug("Halting core %d VP%d\n", core, vpe_id); in cps_shutdown_this_cpu() [all …]
|
| D | pm-cps.c | 445 unsigned int vpe_id; in cps_gen_entry_code() local 447 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_gen_entry_code() 448 uasm_i_addiu(&p, t0, zero, 1 << vpe_id); in cps_gen_entry_code()
|
| D | perf_event_mipsxx.c | 126 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro 129 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro 148 #define vpe_id() 0 macro 159 if (vpe_id() == 1) in mipsxx_pmu_swizzle_perf_idx() 331 (1 << (12 + vpe_id())) | BRCM_PERFCTRL_TC; in mipsxx_pmu_enable_event()
|
| /Linux-v5.4/arch/mips/oprofile/ |
| D | op_model_mipsxx.c | 41 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro 63 #define vpe_id() 0 macro 86 unsigned int cpu = vpe_id(); \ 101 unsigned int cpu = vpe_id(); \
|
| /Linux-v5.4/include/linux/irqchip/ |
| D | arm-gic-v4.h | 47 u16 vpe_id; member
|
| /Linux-v5.4/drivers/irqchip/ |
| D | irq-gic-v3-its.c | 586 its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id); in its_build_vinvall_cmd() 604 its_encode_vpeid(cmd, desc->its_vmapp_cmd.vpe->vpe_id); in its_build_vmapp_cmd() 628 its_encode_vpeid(cmd, desc->its_vmapti_cmd.vpe->vpe_id); in its_build_vmapti_cmd() 651 its_encode_vpeid(cmd, desc->its_vmovi_cmd.vpe->vpe_id); in its_build_vmovi_cmd() 671 its_encode_vpeid(cmd, desc->its_vmovp_cmd.vpe->vpe_id); in its_build_vmovp_cmd() 853 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id); in BUILD_SINGLE_CMD_FUNC() 2369 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument 2390 if (!its_alloc_table_entry(its, baser, vpe_id)) in its_alloc_vpe_table() 3011 int vpe_id; in its_vpe_init() local 3014 vpe_id = its_vpe_id_alloc(); in its_vpe_init() [all …]
|