Searched refs:mce_data_buf (Results 1 – 2 of 2) sorted by relevance
408 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errlog()453 memset(local_paca->mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo()455 memcpy(local_paca->mce_data_buf, h, sizeof(__u64)); in fwnmi_get_errinfo()461 memcpy(local_paca->mce_data_buf, h, len); in fwnmi_get_errinfo()464 return (struct rtas_error_log *)local_paca->mce_data_buf; in fwnmi_get_errinfo()
261 u8 *mce_data_buf; /* buffer to hold per cpu rtas errlog */ member