Searched refs:vpe_id (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/mips/kernel/ |
| H A D | smp-cps.c | 456 unsigned int vpe_id) in boot_core() argument 538 write_cpc_co_vp_run(1 << vpe_id); in boot_core() 608 unsigned vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_boot_secondary() local 626 boot_core(cluster, core, vpe_id); in cps_boot_secondary() 631 mips_cm_lock_other(cluster, core, vpe_id, in cps_boot_secondary() 664 mips_cps_boot_vpes(core_cfg, vpe_id); in cps_boot_secondary() 722 unsigned int cpu, core, vpe_id; in cps_shutdown_this_cpu() local 728 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_shutdown_this_cpu() 736 write_cpc_cl_vp_stop(1 << vpe_id); in cps_shutdown_this_cpu() 832 settc(vpe_id); in wait_for_sibling_halt() [all …]
|
| H A D | pm-cps.c | 441 unsigned int vpe_id; in cps_gen_entry_code() local 443 vpe_id = cpu_vpe_id(&cpu_data[cpu]); in cps_gen_entry_code() 444 uasm_i_addiu(&p, GPR_T0, GPR_ZERO, 1 << vpe_id); in cps_gen_entry_code()
|
| H A 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-6.15/drivers/irqchip/ |
| H A D | irq-gic-v3-its.c | 3420 static bool its_alloc_vpe_table(u32 vpe_id) in its_alloc_vpe_table() argument 3455 if (!allocate_vpe_l2_table(cpu, vpe_id)) in its_alloc_vpe_table() 4553 int vpe_id; in its_vpe_init() local 4556 vpe_id = its_vpe_id_alloc(); in its_vpe_init() 4557 if (vpe_id < 0) in its_vpe_init() 4558 return vpe_id; in its_vpe_init() 4563 its_vpe_id_free(vpe_id); in its_vpe_init() 4567 if (!its_alloc_vpe_table(vpe_id)) { in its_vpe_init() 4568 its_vpe_id_free(vpe_id); in its_vpe_init() 4574 vpe->vpe_id = vpe_id; in its_vpe_init() [all …]
|
| /linux-6.15/include/linux/irqchip/ |
| H A D | arm-gic-v4.h | 87 u16 vpe_id; member
|