Home
last modified time | relevance | path

Searched refs:PPC_MSG_RESCHEDULE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc/kernel/
Dsmp.c74 #define PPC_MSG_RESCHEDULE 1 macro
108 case PPC_MSG_RESCHEDULE: in smp_message_recv()
152 smp_message_pass(cpu, PPC_MSG_RESCHEDULE, 0, 0); in smp_send_reschedule()
/linux-2.4.37.9/include/asm-ppc64/
Dsmp.h71 #define PPC_MSG_RESCHEDULE 1 macro
/linux-2.4.37.9/arch/ppc64/kernel/
Dxics.c254 if (test_and_clear_bit(PPC_MSG_RESCHEDULE, &xics_ipi_message[cpu])) { in xics_ipi_action()
256 smp_message_recv(PPC_MSG_RESCHEDULE, regs); in xics_ipi_action()
Dsmp.c417 case PPC_MSG_RESCHEDULE: in smp_message_recv()
449 smp_message_pass(cpu, PPC_MSG_RESCHEDULE, 0, 0); in smp_send_reschedule()