Searched refs:IPI_CALL_FUNC (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmp.c73 #define IPI_CALL_FUNC 0 macro
109 case IPI_CALL_FUNC:
229 mb(); /* ensure store to call_data precedes setting of IPI_CALL_FUNC */
230 send_IPI_single(cpuid, IPI_CALL_FUNC);
283 mb(); /* ensure store to call_data precedes setting of IPI_CALL_FUNC */
284 send_IPI_allbutself(IPI_CALL_FUNC);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c83 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
182 case IPI_CALL_FUNC:
184 printk(KERN_DEBUG "CPU%d IPI_CALL_FUNC\n",this_cpu);
186 ops &= ~(1 << IPI_CALL_FUNC);
343 send_IPI_allbutself(IPI_CALL_FUNC);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dsmp.c65 IPI_CALL_FUNC, enumerator in enum:ipi_message_type
802 else if (which == IPI_CALL_FUNC) {
904 send_ipi_message(to_whom, IPI_CALL_FUNC);

Completed in 37 milliseconds