Searched defs:IPI_CALL_FUNC (Results 1 - 11 of 11) sorted by relevance

/arch/metag/include/asm/
H A Dsmp.h9 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
/arch/hexagon/include/asm/
H A Dsmp.h31 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
/arch/arc/kernel/
H A Dsmp.c195 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
263 ipi_send_msg_one(cpu, IPI_CALL_FUNC);
268 ipi_send_msg(mask, IPI_CALL_FUNC);
286 case IPI_CALL_FUNC:
/arch/arm64/kernel/
H A Dsmp.c66 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
483 S(IPI_CALL_FUNC, "Function call interrupts"),
523 smp_cross_call(mask, IPI_CALL_FUNC);
580 case IPI_CALL_FUNC:
/arch/hexagon/kernel/
H A Dsmp.c63 case IPI_CALL_FUNC:
247 send_ipi(cpumask_of(cpu), IPI_CALL_FUNC); local
252 send_ipi(mask, IPI_CALL_FUNC);
/arch/ia64/kernel/
H A Dsmp.c63 #define IPI_CALL_FUNC 0 macro
116 case IPI_CALL_FUNC:
326 send_IPI_mask(mask, IPI_CALL_FUNC);
/arch/parisc/kernel/
H A Dsmp.c74 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
156 case IPI_CALL_FUNC:
157 smp_debug(100, KERN_DEBUG "CPU%d IPI_CALL_FUNC\n", this_cpu);
247 send_IPI_mask(mask, IPI_CALL_FUNC);
252 send_IPI_single(cpu, IPI_CALL_FUNC);
/arch/alpha/kernel/
H A Dsmp.c65 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
552 case IPI_CALL_FUNC:
605 send_ipi_message(mask, IPI_CALL_FUNC);
/arch/arm/kernel/
H A Dsmp.c70 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
446 S(IPI_CALL_FUNC, "Function call interrupts"),
488 smp_cross_call(mask, IPI_CALL_FUNC);
639 case IPI_CALL_FUNC:
/arch/metag/kernel/
H A Dsmp.c489 send_ipi_message(mask, IPI_CALL_FUNC);
494 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); local
544 case IPI_CALL_FUNC:
/arch/xtensa/kernel/
H A Dsmp.c332 IPI_CALL_FUNC, enumerator in enum:ipi_msg_type
367 send_ipi_message(mask, IPI_CALL_FUNC);
372 send_ipi_message(cpumask_of(cpu), IPI_CALL_FUNC); local
411 if (msg & (1 << IPI_CALL_FUNC))

Completed in 275 milliseconds