Lines Matching full:rtas
15 #include <asm/rtas.h>
36 /* RTAS pseries MCE errorlog section. */
76 /* RTAS pseries MCE error types */
86 /* RTAS pseries MCE error sub types */
194 " UPS/battery. Check RTAS error log for details\n"); in handle_system_shutdown()
199 " RTAS error log for details\n"); in handle_system_shutdown()
204 pr_emerg("High ambient temperature detected. Check RTAS" in handle_system_shutdown()
255 pr_info("Non-critical cooling issue detected. Check RTAS error" in rtas_parse_epow_errlog()
260 pr_info("Non-critical power issue detected. Check RTAS error" in rtas_parse_epow_errlog()
269 pr_emerg("Critical power/cooling issue detected. Check RTAS" in rtas_parse_epow_errlog()
276 pr_emerg("System about to lose power. Check RTAS error log " in rtas_parse_epow_errlog()
353 * RTAS check-exception is called to collect data on the exception. If
385 pr_emerg("Fatal hardware error detected. Check RTAS error" in ras_error_interrupt()
399 * 0x7000. Other versions place it inside the rtas buffer. We check both.
404 (((A) >= rtas.base) && ((A) <= (rtas.base + rtas.size - 16))))
431 * Use one buffer mce_data_buf per cpu to store RTAS error.
452 /* Use the per cpu buffer from paca to store rtas error log */ in fwnmi_get_errinfo()
513 * "ibm,nmi-interlock" rtas call to release. in pSeries_system_reset_exception()
763 * Process MCE rtas errlog event.