Searched refs:vpe_id (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/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 | 128 #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-v5.10/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.10/drivers/irqchip/ |
D | irq-gic-v3-its.c | 753 its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id); in its_build_vinvall_cmd() 769 its_encode_vpeid(cmd, desc->its_vmapp_cmd.vpe->vpe_id); in its_build_vmapp_cmd() 821 its_encode_vpeid(cmd, desc->its_vmapti_cmd.vpe->vpe_id); in its_build_vmapti_cmd() 844 its_encode_vpeid(cmd, desc->its_vmovi_cmd.vpe->vpe_id); in its_build_vmovi_cmd() 864 its_encode_vpeid(cmd, desc->its_vmovp_cmd.vpe->vpe_id); in its_build_vmovp_cmd() 939 its_encode_vpeid(cmd, desc->its_invdb_cmd.vpe->vpe_id); in its_build_invdb_cmd() 954 its_encode_vpeid(cmd, desc->its_vsgi_cmd.vpe->vpe_id); in its_build_vsgi_cmd() 1140 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id); in BUILD_SINGLE_CMD_FUNC() 1439 val |= FIELD_PREP(GICR_INVLPIR_VPEID, map->vpe->vpe_id); in direct_lpi_inv() 3301 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument [all …]
|
/Linux-v5.10/include/linux/irqchip/ |
D | arm-gic-v4.h | 75 u16 vpe_id; member
|