Lines Matching full:rtas
28 #include <asm/rtas.h>
120 " UPS/battery. Check RTAS error log for details\n"); in handle_system_shutdown()
125 " RTAS error log for details\n"); in handle_system_shutdown()
130 pr_emerg("High ambient temperature detected. Check RTAS" in handle_system_shutdown()
181 pr_info("Non-critical cooling issue detected. Check RTAS error" in rtas_parse_epow_errlog()
186 pr_info("Non-critical power issue detected. Check RTAS error" in rtas_parse_epow_errlog()
195 pr_emerg("Critical power/cooling issue detected. Check RTAS" in rtas_parse_epow_errlog()
202 pr_emerg("System about to lose power. Check RTAS error log " in rtas_parse_epow_errlog()
283 * RTAS check-exception is called to collect data on the exception. If
315 pr_emerg("Fatal hardware error detected. Check RTAS error" in ras_error_interrupt()
329 * 0x7000. Other versions place it inside the rtas buffer. We check both.
334 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
347 * Use one buffer mce_data_buf per cpu to store RTAS error.
373 /* Use the per cpu buffer from paca to store rtas error log */ in fwnmi_get_errinfo()
431 * Process MCE rtas errlog event.
485 /* Queue irq work to log this rtas event later. */ in recover_mce()