Home
last modified time | relevance | path

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

/linux/arch/openrisc/kernel/
A Dsmp.c26 static void (*smp_cross_call)(const struct cpumask *, unsigned int); variable
49 smp_cross_call(cpumask_of(cpu), IPI_WAKEUP); in boot_secondary()
96 if (smp_cross_call == NULL) { in __cpu_up()
178 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); in smp_send_reschedule()
208 smp_cross_call = fn; in set_smp_cross_call()
213 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC_SINGLE); in arch_send_call_function_single_ipi()
218 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
/linux/arch/arm/kernel/
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()
712 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr) in smp_cross_call() function
755 smp_cross_call(cpumask_of(cpu), IPI_RESCHEDULE); in smp_send_reschedule()
766 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/linux/arch/arm64/kernel/
A Dsmp.c774 static void smp_cross_call(const struct cpumask *target, unsigned int ipinr);
796 smp_cross_call(mask, IPI_CALL_FUNC); in arch_send_call_function_ipi_mask()
801 smp_cross_call(cpumask_of(cpu), IPI_CALL_FUNC); in arch_send_call_function_single_ipi()
807 smp_cross_call(mask, IPI_WAKEUP); in arch_send_wakeup_ipi_mask()
814 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 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()
1060 smp_cross_call(&mask, IPI_CPU_CRASH_STOP); in crash_smp_send_stop()
/linux/arch/sparc/kernel/
A Dsmp_64.c843 static void smp_cross_call(unsigned long *func, u32 ctx, u64 data1, u64 data2) in smp_cross_call() function
1016 smp_cross_call(&xcall_kgdb_capture, 0, 0, 0); in kgdb_roundup_cpus()
1022 smp_cross_call(&xcall_fetch_glob_regs, 0, 0, 0); in smp_fetch_global_regs()
1029 smp_cross_call(&xcall_fetch_glob_pmu_n4, 0, 0, 0); in smp_fetch_global_pmu()
1031 smp_cross_call(&xcall_fetch_glob_pmu, 0, 0, 0); in smp_fetch_global_pmu()
1115 smp_cross_call(&xcall_flush_tlb_kernel_range, in smp_flush_tlb_kernel_range()
1143 smp_cross_call(&xcall_capture, 0, 0, 0); in smp_capture()

Completed in 10 milliseconds