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.c242 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
319 boot_core(core, vpe_id); 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()
421 write_cpc_cl_vp_stop(1 << vpe_id); in cps_shutdown_this_cpu()
508 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in wait_for_sibling_halt() local
514 settc(vpe_id); in wait_for_sibling_halt()
523 unsigned int vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_cpu_die() local
[all …]
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()
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.c3306 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument
3341 if (!allocate_vpe_l2_table(cpu, vpe_id)) in its_alloc_vpe_table()
4389 int vpe_id; in its_vpe_init() local
4392 vpe_id = its_vpe_id_alloc(); in its_vpe_init()
4393 if (vpe_id < 0) in its_vpe_init()
4394 return vpe_id; in its_vpe_init()
4399 its_vpe_id_free(vpe_id); in its_vpe_init()
4403 if (!its_alloc_vpe_table(vpe_id)) { in its_vpe_init()
4404 its_vpe_id_free(vpe_id); in its_vpe_init()
4410 vpe->vpe_id = vpe_id; in its_vpe_init()
[all …]
/linux/include/linux/irqchip/
A Darm-gic-v4.h77 u16 vpe_id; member

Completed in 20 milliseconds