Searched refs:send_IPI_allbutself (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Dsmp.c69 static inline void send_IPI_allbutself(int vector) function
331 send_IPI_allbutself(KDB_VECTOR);
398 send_IPI_allbutself(CALL_FUNCTION_VECTOR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dsmp.c157 send_IPI_allbutself (int op) function
284 send_IPI_allbutself(IPI_CALL_FUNC);
316 send_IPI_allbutself(IPI_CPU_STOP);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsmp.c281 send_IPI_allbutself(enum ipi_message_type op) function
292 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); }
295 smp_send_start(void) { send_IPI_allbutself(IPI_CPU_START); }
343 send_IPI_allbutself(IPI_CALL_FUNC);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsmp.c157 static inline void send_IPI_allbutself(int vector) function
470 send_IPI_allbutself(CALL_FUNCTION_VECTOR);

Completed in 46 milliseconds