Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
A Dsmp-cps.c332 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
388 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
408 boot_core(core, vpe_id); in cps_boot_secondary()
442 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary()
500 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local
506 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu()
514 write_cpc_cl_vp_stop(1 << vpe_id); in cps_shutdown_this_cpu()
602 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt() local
608 settc(vpe_id); in wait_for_sibling_halt()
619 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_cleanup_dead_cpu() local
[all …]
A Dpm-cps.c439 unsigned int vpe_id; in cps_gen_entry_code() local
441 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_gen_entry_code()
442 uasm_i_addiu(&p, GPR_T0, GPR_ZERO, 1 << vpe_id); in cps_gen_entry_code()
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/
A Dirq-gic-v3-its.c3341 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument
3376 if (!allocate_vpe_l2_table(cpu, vpe_id)) in its_alloc_vpe_table()
4460 int vpe_id; in its_vpe_init() local
4463 vpe_id = its_vpe_id_alloc(); in its_vpe_init()
4464 if (vpe_id < 0) in its_vpe_init()
4465 return vpe_id; in its_vpe_init()
4470 its_vpe_id_free(vpe_id); in its_vpe_init()
4474 if (!its_alloc_vpe_table(vpe_id)) { in its_vpe_init()
4475 its_vpe_id_free(vpe_id); in its_vpe_init()
4481 vpe->vpe_id = vpe_id; in its_vpe_init()
[all …]
/linux/include/linux/irqchip/
A Darm-gic-v4.h87 u16 vpe_id; member

Completed in 25 milliseconds