Home
last modified time | relevance | path

Searched refs:CPU_LOG_RESET (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dlog.h25 #define CPU_LOG_RESET (1 << 9) macro
/openbmc/qemu/hw/watchdog/
H A Dwdt_diag288.c50 qemu_log_mask(CPU_LOG_RESET, "Watchdog timer expired.\n"); in diag288_timer_expired()
H A Dsbsa_gwdt.c204 qemu_log_mask(CPU_LOG_RESET, "Watchdog timer expired.\n"); in sbsa_gwdt_timer_sysinterrupt()
H A Dwdt_aspeed.c263 qemu_log_mask(CPU_LOG_RESET, "Watchdog timer %" HWADDR_PRIx " expired.\n", in aspeed_wdt_timer_expired()
/openbmc/qemu/target/i386/tcg/
H A Dexcp_helper.c62 qemu_log_mask(CPU_LOG_RESET, "Triple fault\n"); in check_exception()
/openbmc/qemu/hw/core/
H A Dcpu-common.c124 if (qemu_loglevel_mask(CPU_LOG_RESET)) { in cpu_common_reset_hold()
/openbmc/qemu/hw/ppc/
H A Dppc.c284 qemu_log_mask(CPU_LOG_RESET, "Reset PowerPC core\n"); in ppc40x_core_reset()
297 qemu_log_mask(CPU_LOG_RESET, "Reset PowerPC chip\n"); in ppc40x_chip_reset()
308 qemu_log_mask(CPU_LOG_RESET, "Reset PowerPC system\n"); in ppc40x_system_reset()
/openbmc/qemu/util/
H A Dlog.c485 { CPU_LOG_RESET, "cpu_reset",
/openbmc/qemu/target/i386/
H A Dhelper.c442 qemu_log_mask(CPU_LOG_RESET, "%s\n", msg); in do_inject_x86_mce()