Home
last modified time | relevance | path

Searched refs:MSG_ALL_BUT_SELF (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dsmp.c152 ((target == MSG_ALL_BUT_SELF) && (i != smp_processor_id())) ) { in smp_iSeries_message_pass()
249 case MSG_ALL_BUT_SELF: in smp_openpic_message_pass()
366 || (target == MSG_ALL_BUT_SELF in smp_xics_message_pass()
467 smp_message_pass(MSG_ALL_BUT_SELF, PPC_MSG_XMON_BREAK, 0, 0); in dump_send_ipi()
536 smp_message_pass(MSG_ALL_BUT_SELF, PPC_MSG_CALL_FUNCTION, 0, 0); in smp_call_function()
/linux-2.4.37.9/include/linux/
Dsmp.h64 #define MSG_ALL_BUT_SELF 0x8000 /* Assume <32768 CPU's */ macro
/linux-2.4.37.9/arch/ppc/kernel/
Dsmp.c135 smp_message_pass(MSG_ALL_BUT_SELF, PPC_MSG_INVALIDATE_TLB, 0, 0); in smp_ppc750_send_tlb_invalidate()
227 smp_message_pass(MSG_ALL_BUT_SELF, PPC_MSG_CALL_FUNCTION, 0, 0); in smp_call_function()
Dopen_pic.c863 case MSG_ALL_BUT_SELF: in smp_openpic_message_pass()
/linux-2.4.37.9/arch/sparc/kernel/
Dsun4m_smp.c339 if(target == MSG_ALL_BUT_SELF || target == MSG_ALL) { in smp4m_message_pass()
341 if(target == MSG_ALL_BUT_SELF) in smp4m_message_pass()
Dsun4d_smp.c427 if (msg == MSG_STOP_CPU && target == MSG_ALL_BUT_SELF) { in smp4d_message_pass()
/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_smp.c220 || (target == MSG_ALL_BUT_SELF && i != smp_processor_id()) in smp_psurge_message_pass()
/linux-2.4.37.9/arch/ppc/xmon/
Dxmon.c501 cpu = MSG_ALL_BUT_SELF; in cpu_cmd()
/linux-2.4.37.9/arch/ppc64/xmon/
Dxmon.c670 cpu = MSG_ALL_BUT_SELF; in cpu_cmd()