Home
last modified time | relevance | path

Searched refs:smp_cross_call (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/openrisc/kernel/
H A Dsmp.c28 static void (*smp_cross_call)(const struct cpumask *, unsigned int); variable
51 smp_cross_call(cpumask_of(cpu), IPI_WAKEUP); in boot_secondary()
98 if (smp_cross_call == NULL) { in __cpu_up()
180 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); in arch_smp_send_reschedule()
204 smp_cross_call = fn; in set_smp_cross_call()
209 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC_SINGLE); in arch_send_call_function_single_ipi()
214 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
/openbmc/linux/arch/arm/kernel/
H A Dsmp.c544 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);
565 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
570 smp_cross_call(mask, IPI_WAKEUP); in arch_send_wakeup_ipi_mask()
575 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
582 smp_cross_call(cpumask_of(smp_processor_id()), IPI_IRQ_WORK); in arch_irq_work_raise()
589 smp_cross_call(mask, IPI_TIMER); in tick_broadcast()
706 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() function
749 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); in arch_smp_send_reschedule()
760 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/openbmc/linux/arch/arm64/kernel/
H A Dsmp.c772 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);
794 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
799 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
805 smp_cross_call(mask, IPI_WAKEUP); in arch_send_wakeup_ipi_mask()
812 smp_cross_call(cpumask_of(smp_processor_id()), IPI_IRQ_WORK); in arch_irq_work_raise()
925 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() function
981 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); in arch_smp_send_reschedule()
987 smp_cross_call(mask, IPI_TIMER); in tick_broadcast()
1014 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
1058 smp_cross_call(&mask, IPI_CPU_CRASH_STOP); in crash_smp_send_stop()
/openbmc/linux/arch/sparc/kernel/
H A Dsmp_64.c843 static void smp_cross_call(unsigned long *func, u32 ctx, u64 data1, u64 data2) in smp_cross_call() function
1032 smp_cross_call(&xcall_kgdb_capture, 0, 0, 0); in kgdb_roundup_cpus()
1038 smp_cross_call(&xcall_fetch_glob_regs, 0, 0, 0); in smp_fetch_global_regs()
1045 smp_cross_call(&xcall_fetch_glob_pmu_n4, 0, 0, 0); in smp_fetch_global_pmu()
1047 smp_cross_call(&xcall_fetch_glob_pmu, 0, 0, 0); in smp_fetch_global_pmu()
1131 smp_cross_call(&xcall_flush_tlb_kernel_range, in smp_flush_tlb_kernel_range()
1159 smp_cross_call(&xcall_capture, 0, 0, 0); in smp_capture()