Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dsmp-cps.c469 unsigned int vpe_id) in boot_core() argument
551 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
621 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
625 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
639 boot_core(cluster, core, vpe_id); in cps_boot_secondary()
644 mips_cm_lock_other(cluster, core, vpe_id, in cps_boot_secondary()
677 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
735 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local
741 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu()
743 pr_debug("Halting core %d VP%d\n", core, vpe_id); in cps_shutdown_this_cpu()
[all …]
H A Dpm-cps.c441 unsigned int vpe_id; in cps_gen_entry_code() local
443 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_gen_entry_code()
444 uasm_i_addiu(&p, GPR_T0, GPR_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()
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c870 its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id); in its_build_vinvall_cmd()
887 its_encode_vpeid(cmd, desc->its_vmapp_cmd.vpe->vpe_id); in its_build_vmapp_cmd()
949 its_encode_vpeid(cmd, desc->its_vmapti_cmd.vpe->vpe_id); in its_build_vmapti_cmd()
972 its_encode_vpeid(cmd, desc->its_vmovi_cmd.vpe->vpe_id); in its_build_vmovi_cmd()
992 its_encode_vpeid(cmd, desc->its_vmovp_cmd.vpe->vpe_id); in its_build_vmovp_cmd()
1067 its_encode_vpeid(cmd, desc->its_invdb_cmd.vpe->vpe_id); in its_build_invdb_cmd()
1082 its_encode_vpeid(cmd, desc->its_vsgi_cmd.vpe->vpe_id); in its_build_vsgi_cmd()
1268 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id); in BUILD_SINGLE_CMD_FUNC()
1578 val |= FIELD_PREP(GICR_INVLPIR_VPEID, map->vpe->vpe_id); in direct_lpi_inv()
3424 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument
[all …]
/linux/include/linux/irqchip/
H A Darm-gic-v4.h87 u16 vpe_id; member