Searched refs:ipi_nr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | bL_switcher.c | 153 int ipi_nr, ret; in bL_switch_to() local 180 ipi_nr = register_ipi_completion(&inbound_alive, this_cpu); in bL_switch_to() 181 ipi_nr |= ((1 << 16) << bL_gic_id[ob_cpu][ob_cluster]); in bL_switch_to() 182 mcpm_set_early_poke(ib_cpu, ib_cluster, gic_get_sgir_physaddr(), ipi_nr); in bL_switch_to()
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | bL_switcher.c | 153 int ipi_nr, ret; in bL_switch_to() local 180 ipi_nr = register_ipi_completion(&inbound_alive, this_cpu); in bL_switch_to() 181 ipi_nr |= ((1 << 16) << bL_gic_id[ob_cpu][ob_cluster]); in bL_switch_to() 182 mcpm_set_early_poke(ib_cpu, ib_cluster, gic_get_sgir_physaddr(), ipi_nr); in bL_switch_to()
|
Completed in 3 milliseconds