Lines Matching full:rtas
15 #include <asm/rtas.h>
41 /* RTAS pseries MCE errorlog section. */
75 /* RTAS pseries MCE error types */
84 /* RTAS pseries MCE error sub types */
186 " UPS/battery. Check RTAS error log for details\n"); in handle_system_shutdown()
191 " RTAS error log for details\n"); in handle_system_shutdown()
196 pr_emerg("High ambient temperature detected. Check RTAS" in handle_system_shutdown()
247 pr_info("Non-critical cooling issue detected. Check RTAS error" in rtas_parse_epow_errlog()
252 pr_info("Non-critical power issue detected. Check RTAS error" in rtas_parse_epow_errlog()
261 pr_emerg("Critical power/cooling issue detected. Check RTAS" in rtas_parse_epow_errlog()
268 pr_emerg("System about to lose power. Check RTAS error log " in rtas_parse_epow_errlog()
350 * RTAS check-exception is called to collect data on the exception. If
382 pr_emerg("Fatal hardware error detected. Check RTAS error" in ras_error_interrupt()
396 * 0x7000. Other versions place it inside the rtas buffer. We check both.
401 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
428 * Use one buffer mce_data_buf per cpu to store RTAS error.
449 /* Use the per cpu buffer from paca to store rtas error log */ in fwnmi_get_errinfo()
510 * "ibm,nmi-interlock" rtas call to release. in pSeries_system_reset_exception()
754 * Process MCE rtas errlog event.
867 /* Queue irq work to log this rtas event later. */ in pseries_machine_check_realmode()