Lines Matching +full:system +full:- +full:on +full:- +full:chip
15 #include <phosphor-logging/log.hpp>
26 * @brief Stop instruction executions on all functional threads in the
28 * This procedure is used to stop all threads in the system in
30 * chip-op with ignore hardware error mode. Since this function
31 * is used in power-off/error path, ignore the internal error now.
35 // CMD details based on SBE spec, used for logging purpose in threadStopAll()
82 "threadStopAll failed({}) on proc({})", in threadStopAll()
93 // SRC6 : [0:15] chip position in threadStopAll()
106 // SBE is not ready to accept chip-ops, in threadStopAll()
109 std::format("threadStopAll: Skipping ({}) on proc({})", in threadStopAll()
117 std::format("Processor thread stopall completed on proc({})", in threadStopAll()
126 // Dont throw exception on failure because, need to proceed in threadStopAll()
127 // further to complete power-off/reboot. in threadStopAll()
134 // SRC6 : [0:15] chip position, setting 0xFF to indicate generic fail in threadStopAll()