Home
last modified time | relevance | path

Searched refs:global_mce_data_buf (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/pseries/
Dras.c35 static char global_mce_data_buf[RTAS_ERROR_LOG_MAX]; variable
375 memset(global_mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo()
376 memcpy(global_mce_data_buf, h, len); in fwnmi_get_errinfo()
377 errhdr = (struct rtas_error_log *)global_mce_data_buf; in fwnmi_get_errinfo()