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 | 203 qemu_log_mask(CPU_LOG_RESET, "Watchdog timer expired.\n"); in sbsa_gwdt_timer_sysinterrupt()
|
| H A D | wdt_aspeed.c | 276 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 | 61 qemu_log_mask(CPU_LOG_RESET, "Triple fault\n"); in check_exception()
|
| /openbmc/qemu/hw/core/ |
| H A D | cpu-common.c | 122 if (qemu_loglevel_mask(CPU_LOG_RESET)) { in cpu_common_reset_hold()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | ppc.c | 285 qemu_log_mask(CPU_LOG_RESET, "Reset PowerPC core\n"); in ppc40x_core_reset() 298 qemu_log_mask(CPU_LOG_RESET, "Reset PowerPC chip\n"); in ppc40x_chip_reset() 309 qemu_log_mask(CPU_LOG_RESET, "Reset PowerPC system\n"); in ppc40x_system_reset()
|
| /openbmc/qemu/util/ |
| H A D | log.c | 503 { CPU_LOG_RESET, "cpu_reset",
|
| /openbmc/qemu/target/i386/ |
| H A D | helper.c | 445 qemu_log_mask(CPU_LOG_RESET, "%s\n", msg); in do_inject_x86_mce()
|