Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dsmp-cps.c207 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument
237 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()
314 boot_core(core, vpe_id); in cps_boot_secondary()
319 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary()
349 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
407 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local
413 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu()
415 pr_debug("Halting core %d VP%d\n", core, vpe_id); in cps_shutdown_this_cpu()
[all …]
H A Dpm-cps.c445 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()
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) in mipsxx_pmu_swizzle_perf_idx()
370 (1 << (12 + vpe_id())) | BRCM_PERFCTRL_TC; in mipsxx_pmu_enable_event()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c778 its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id); in its_build_vinvall_cmd()
795 its_encode_vpeid(cmd, desc->its_vmapp_cmd.vpe->vpe_id); in its_build_vmapp_cmd()
857 its_encode_vpeid(cmd, desc->its_vmapti_cmd.vpe->vpe_id); in its_build_vmapti_cmd()
880 its_encode_vpeid(cmd, desc->its_vmovi_cmd.vpe->vpe_id); in its_build_vmovi_cmd()
900 its_encode_vpeid(cmd, desc->its_vmovp_cmd.vpe->vpe_id); in its_build_vmovp_cmd()
975 its_encode_vpeid(cmd, desc->its_invdb_cmd.vpe->vpe_id); in its_build_invdb_cmd()
990 its_encode_vpeid(cmd, desc->its_vsgi_cmd.vpe->vpe_id); in its_build_vsgi_cmd()
1176 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id); in BUILD_SINGLE_CMD_FUNC()
1490 val |= FIELD_PREP(GICR_INVLPIR_VPEID, map->vpe->vpe_id); in direct_lpi_inv()
3352 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument
[all …]
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v4.h79 u16 vpe_id; member