Home
last modified time | relevance | path

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

/Linux-v6.1/arch/mips/kernel/
Dsmp-cps.c215 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument
242 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
298 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
300 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
319 boot_core(core, vpe_id); in cps_boot_secondary()
324 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary()
354 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 …]
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()
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-v6.1/drivers/irqchip/
Dirq-gic-v3-its.c757 its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id); in its_build_vinvall_cmd()
773 its_encode_vpeid(cmd, desc->its_vmapp_cmd.vpe->vpe_id); in its_build_vmapp_cmd()
830 its_encode_vpeid(cmd, desc->its_vmapti_cmd.vpe->vpe_id); in its_build_vmapti_cmd()
853 its_encode_vpeid(cmd, desc->its_vmovi_cmd.vpe->vpe_id); in its_build_vmovi_cmd()
873 its_encode_vpeid(cmd, desc->its_vmovp_cmd.vpe->vpe_id); in its_build_vmovp_cmd()
948 its_encode_vpeid(cmd, desc->its_invdb_cmd.vpe->vpe_id); in its_build_invdb_cmd()
963 its_encode_vpeid(cmd, desc->its_vsgi_cmd.vpe->vpe_id); in its_build_vsgi_cmd()
1149 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id); in BUILD_SINGLE_CMD_FUNC()
1448 val |= FIELD_PREP(GICR_INVLPIR_VPEID, map->vpe->vpe_id); in direct_lpi_inv()
3321 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument
[all …]
/Linux-v6.1/include/linux/irqchip/
Darm-gic-v4.h77 u16 vpe_id; member