Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dsmp.c206 [PPC_MSG_CALL_FUNCTION] = call_function_action,
222 [PPC_MSG_CALL_FUNCTION] = "ipi call function",
315 if (all & IPI_MESSAGE(PPC_MSG_CALL_FUNCTION)) in smp_ipi_demux_relaxed()
352 do_message_pass(cpu, PPC_MSG_CALL_FUNCTION); in arch_send_call_function_single_ipi()
360 do_message_pass(cpu, PPC_MSG_CALL_FUNCTION); in arch_send_call_function_ipi_mask()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dsmp.c65 BUILD_BUG_ON(PPC_MSG_CALL_FUNCTION != 0); in ps3_smp_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsmp.h158 #define PPC_MSG_CALL_FUNCTION 0 macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dinterrupt.c198 iic_request_ipi(PPC_MSG_CALL_FUNCTION); in iic_request_IPIs()