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

/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dsmp.c80 BUILD_BUG_ON(PPC_MSG_DEBUGGER_BREAK != 3); ps3_smp_probe()
99 ps3_register_ipi_debug_brk(cpu, virqs[PPC_MSG_DEBUGGER_BREAK]); ps3_smp_probe()
/linux-4.4.14/arch/powerpc/kernel/
H A Dsmp.c175 [PPC_MSG_DEBUGGER_BREAK] = debug_ipi_action,
182 [PPC_MSG_DEBUGGER_BREAK] = "ipi debugger",
190 if (msg < 0 || msg > PPC_MSG_DEBUGGER_BREAK) { smp_request_message_ipi()
194 if (msg == PPC_MSG_DEBUGGER_BREAK) { smp_request_message_ipi()
259 if (all & IPI_MESSAGE(PPC_MSG_DEBUGGER_BREAK)) smp_ipi_demux()
318 do_message_pass(cpu, PPC_MSG_DEBUGGER_BREAK); smp_send_debugger_break()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dsmp.h115 #define PPC_MSG_DEBUGGER_BREAK 3 macro
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Dinterrupt.c220 iic_request_ipi(PPC_MSG_DEBUGGER_BREAK); iic_request_IPIs()

Completed in 99 milliseconds