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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dras.c58 char mce_data_buf[RTAS_ERROR_LOG_MAX]; variable
264 * The mce_data_buf does not have any locks or protection around it,
281 memset(mce_data_buf, 0, RTAS_ERROR_LOG_MAX);
282 memcpy(mce_data_buf, (char *)(savep + 1), RTAS_ERROR_LOG_MAX);
283 errhdr = (struct rtas_error_log *)mce_data_buf;

Completed in 52 milliseconds