Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dsmp-cps.c237 write_cpc_co_vp_run(1 << vpe_id); in boot_core()
293 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local
314 boot_core(core, vpe_id); in cps_boot_secondary()
349 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()
421 write_cpc_cl_vp_stop(1 << vpe_id); in cps_shutdown_this_cpu()
509 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt() local
515 settc(vpe_id); in wait_for_sibling_halt()
526 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_cleanup_dead_cpu() local
[all …]
H A 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()
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()
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c3346 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument
3381 if (!allocate_vpe_l2_table(cpu, vpe_id)) in its_alloc_vpe_table()
4430 int vpe_id; in its_vpe_init() local
4433 vpe_id = its_vpe_id_alloc(); in its_vpe_init()
4434 if (vpe_id < 0) in its_vpe_init()
4435 return vpe_id; in its_vpe_init()
4440 its_vpe_id_free(vpe_id); in its_vpe_init()
4444 if (!its_alloc_vpe_table(vpe_id)) { in its_vpe_init()
4445 its_vpe_id_free(vpe_id); in its_vpe_init()
4451 vpe->vpe_id = vpe_id; in its_vpe_init()
[all …]
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v4.h77 u16 vpe_id; member