Home
last modified time | relevance | path

Searched refs:SBEFIFO_CMD_CLASS_INSTRUCTION (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-proc-control/procedures/phal/
H A Dthread_stopall.cpp36 constexpr auto SBEFIFO_CMD_CLASS_INSTRUCTION = 0xA700; in threadStopAll() local
38 uint32_t cmd = SBEFIFO_CMD_CLASS_INSTRUCTION | SBEFIFO_CMD_CONTROL_INSN; in threadStopAll()
/openbmc/openpower-debug-collector/dump/
H A Dsbe_consts.hpp29 constexpr auto SBEFIFO_CMD_CLASS_INSTRUCTION = 0xA700; variable
H A Dsbe_dump_collector.cpp422 SBEFIFO_CMD_CLASS_INSTRUCTION, in executeThreadStop()