Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dtraps.c94 char mce_data_buf[RTAS_ERROR_LOG_MAX]__page_aligned; variable
136 memset(mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in FWNMI_get_errinfo()
137 memcpy(mce_data_buf, (char *)(savep + 1), RTAS_ERROR_LOG_MAX); in FWNMI_get_errinfo()
138 errhdr = (struct rtas_error_log *)mce_data_buf; in FWNMI_get_errinfo()
246 memset(mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in MachineCheckException()
254 __pa(mce_data_buf), RTAS_ERROR_LOG_MAX); in MachineCheckException()
256 log_error((char *)mce_data_buf, ERR_TYPE_RTAS_LOG, 1); in MachineCheckException()