Home
last modified time | relevance | path

Searched refs:ras_log_buf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dras.c21 static unsigned char ras_log_buf[RTAS_ERROR_LOG_MAX]; variable
293 RTAS_HOTPLUG_EVENTS, 0, __pa(&ras_log_buf), in ras_hotplug_interrupt()
296 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf, in ras_hotplug_interrupt()
302 * hotplug events on the ras_log_buf to be handled by rtas_errd. in ras_hotplug_interrupt()
309 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, 0); in ras_hotplug_interrupt()
336 critical, __pa(&ras_log_buf), in ras_epow_interrupt()
339 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, 0); in ras_epow_interrupt()
341 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
367 __pa(&ras_log_buf), in ras_error_interrupt()
370 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dras.c21 static unsigned char ras_log_buf[RTAS_ERROR_LOG_MAX]; variable
301 RTAS_HOTPLUG_EVENTS, 0, __pa(&ras_log_buf), in ras_hotplug_interrupt()
304 pseries_log = get_pseries_errorlog((struct rtas_error_log *)ras_log_buf, in ras_hotplug_interrupt()
310 * hotplug events on the ras_log_buf to be handled by rtas_errd. in ras_hotplug_interrupt()
317 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, 0); in ras_hotplug_interrupt()
339 virq_to_hw(irq), RTAS_EPOW_WARNING, critical, __pa(&ras_log_buf), in ras_epow_interrupt()
342 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, 0); in ras_epow_interrupt()
344 rtas_parse_epow_errlog((struct rtas_error_log *)ras_log_buf); in ras_epow_interrupt()
370 __pa(&ras_log_buf), in ras_error_interrupt()
373 rtas_elog = (struct rtas_error_log *)ras_log_buf; in ras_error_interrupt()
[all...]

Completed in 2 milliseconds