Searched refs:CPU_LOG_RESET (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | log.h | 25 #define CPU_LOG_RESET (1 << 9) macro
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_diag288.c | 50 qemu_log_mask(CPU_LOG_RESET, "Watchdog timer expired.\n"); in diag288_timer_expired()
|
H A D | sbsa_gwdt.c | 204 qemu_log_mask(CPU_LOG_RESET, "Watchdog timer expired.\n"); in sbsa_gwdt_timer_sysinterrupt()
|
H A D | wdt_aspeed.c | 263 qemu_log_mask(CPU_LOG_RESET, "Watchdog timer %" HWADDR_PRIx " expired.\n", in aspeed_wdt_timer_expired()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | excp_helper.c | 62 qemu_log_mask(CPU_LOG_RESET, "Triple fault\n"); in check_exception()
|
/openbmc/qemu/hw/core/ |
H A D | cpu-common.c | 124 if (qemu_loglevel_mask(CPU_LOG_RESET)) { in cpu_common_reset_hold()
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc.c | 284 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 D | log.c | 485 { CPU_LOG_RESET, "cpu_reset",
|
/openbmc/qemu/target/i386/ |
H A D | helper.c | 442 qemu_log_mask(CPU_LOG_RESET, "%s\n", msg); in do_inject_x86_mce()
|