Searched refs:MSG_ALL_BUT_SELF (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | smp.c | 152 ((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/ |
D | smp.h | 64 #define MSG_ALL_BUT_SELF 0x8000 /* Assume <32768 CPU's */ macro
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | smp.c | 135 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()
|
D | open_pic.c | 863 case MSG_ALL_BUT_SELF: in smp_openpic_message_pass()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | sun4m_smp.c | 339 if(target == MSG_ALL_BUT_SELF || target == MSG_ALL) { in smp4m_message_pass() 341 if(target == MSG_ALL_BUT_SELF) in smp4m_message_pass()
|
D | sun4d_smp.c | 427 if (msg == MSG_STOP_CPU && target == MSG_ALL_BUT_SELF) { in smp4d_message_pass()
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | pmac_smp.c | 220 || (target == MSG_ALL_BUT_SELF && i != smp_processor_id()) in smp_psurge_message_pass()
|
/linux-2.4.37.9/arch/ppc/xmon/ |
D | xmon.c | 501 cpu = MSG_ALL_BUT_SELF; in cpu_cmd()
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | xmon.c | 670 cpu = MSG_ALL_BUT_SELF; in cpu_cmd()
|