Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dsmp-cps.c218 static void boot_core(unsigned int core, unsigned int vpe_id) in boot_core() argument
245 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
301 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
303 struct vpe_boot_config *vpe_cfg = &core_cfg->vpe_config[vpe_id]; in cps_boot_secondary()
322 boot_core(core, vpe_id); in cps_boot_secondary()
327 mips_cm_lock_other(0, core, vpe_id, CM_GCR_Cx_OTHER_BLOCK_LOCAL); in cps_boot_secondary()
357 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
431 unsigned int cpu, core, vpe_id; in play_dead() local
460 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in play_dead()
462 pr_debug("Halting core %d VP%d\n", core, vpe_id); in play_dead()
[all …]
Dpm-cps.c449 unsigned int vpe_id; in cps_gen_entry_code() local
451 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_gen_entry_code()
452 uasm_i_addiu(&p, t0, zero, 1 << vpe_id); in cps_gen_entry_code()
Dperf_event_mipsxx.c135 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro
138 #define vpe_id() (cpu_has_mipsmt_pertccounters ? \ macro
157 #define vpe_id() 0 macro
168 if (vpe_id() == 1) in mipsxx_pmu_swizzle_perf_idx()
343 (1 << (12 + vpe_id())) | BRCM_PERFCTRL_TC; in mipsxx_pmu_enable_event()
/Linux-v4.19/arch/mips/oprofile/
Dop_model_mipsxx.c41 #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-v4.19/include/linux/irqchip/
Darm-gic-v4.h58 u16 vpe_id; member
/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its.c571 its_encode_vpeid(cmd, desc->its_vinvall_cmd.vpe->vpe_id); in its_build_vinvall_cmd()
589 its_encode_vpeid(cmd, desc->its_vmapp_cmd.vpe->vpe_id); in its_build_vmapp_cmd()
613 its_encode_vpeid(cmd, desc->its_vmapti_cmd.vpe->vpe_id); in its_build_vmapti_cmd()
636 its_encode_vpeid(cmd, desc->its_vmovi_cmd.vpe->vpe_id); in its_build_vmovi_cmd()
656 its_encode_vpeid(cmd, desc->its_vmovp_cmd.vpe->vpe_id); in its_build_vmovp_cmd()
825 its_encode_vpeid(sync_cmd, sync_vpe->vpe_id); in BUILD_SINGLE_CMD_FUNC()
2161 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument
2182 if (!its_alloc_table_entry(baser, vpe_id)) in its_alloc_vpe_table()
2798 int vpe_id; in its_vpe_init() local
2801 vpe_id = its_vpe_id_alloc(); in its_vpe_init()
[all …]