Searched refs:cluster_cfg (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/mailbox/ |
| H A D | mailbox-mchp-ipc-sbi.c | 110 struct mchp_ipc_cluster_cfg *cluster_cfg; member 183 if (irq == ipc->cluster_cfg[hartid].irq) in mchp_ipc_cluster_aggr_isr() 188 memcpy(ipc->cluster_cfg[hartid].buf_base, &status_msg, sizeof(struct mchp_ipc_status)); in mchp_ipc_cluster_aggr_isr() 190 ret = mchp_ipc_sbi_send(SBI_EXT_IPC_STATUS, ipc->cluster_cfg[hartid].buf_base_addr); in mchp_ipc_cluster_aggr_isr() 388 ipc->cluster_cfg[hartid].irq = ret; in mchp_ipc_get_cluster_aggr_irq() 389 ret = devm_request_irq(ipc->dev, ipc->cluster_cfg[hartid].irq, in mchp_ipc_get_cluster_aggr_irq() 395 ipc->cluster_cfg[hartid].buf_base = devm_kmalloc(ipc->dev, in mchp_ipc_get_cluster_aggr_irq() 399 if (!ipc->cluster_cfg[hartid].buf_base) in mchp_ipc_get_cluster_aggr_irq() 402 ipc->cluster_cfg[hartid].buf_base_addr = __pa(ipc->cluster_cfg[hartid].buf_base); in mchp_ipc_get_cluster_aggr_irq() 465 ipc->cluster_cfg = devm_kcalloc(dev, num_online_cpus(), in mchp_ipc_probe() [all …]
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | smp-cps.c | 458 struct cluster_boot_config *cluster_cfg; in boot_core() local 462 cluster_cfg = &mips_cps_cluster_bootcfg[cluster]; in boot_core() 466 bitmap_empty(cluster_cfg->core_power, ncores)) { in boot_core() 580 bitmap_set(cluster_cfg->core_power, core, 1); in boot_core() 597 struct cluster_boot_config *cluster_cfg = in remote_vpe_boot() local 609 struct cluster_boot_config *cluster_cfg = in cps_boot_secondary() local 624 if (!test_bit(core, cluster_cfg->core_power)) { in cps_boot_secondary() 769 struct cluster_boot_config *cluster_cfg; in cps_cpu_disable() local 848 struct cluster_boot_config *cluster_cfg; in cps_cleanup_dead_cpu() local 850 cluster_cfg = &mips_cps_cluster_bootcfg[cluster]; in cps_cleanup_dead_cpu() [all …]
|
| H A D | pm-cps.c | 111 struct cluster_boot_config *cluster_cfg; in cps_pm_enter_state() local 141 cluster_cfg = &mips_cps_cluster_bootcfg[cluster]; in cps_pm_enter_state() 142 core_cfg = &cluster_cfg->core_config[core]; in cps_pm_enter_state()
|