Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Drtasd.c61 static unsigned char logdata[RTAS_ERROR_LOG_MAX];
126 if (len > RTAS_ERROR_LOG_MAX) in log_rtas_len()
127 len = RTAS_ERROR_LOG_MAX; in log_rtas_len()
324 if (rtas_error_log_max > RTAS_ERROR_LOG_MAX) { in get_eventscan_parms()
325 …RN_ERR "rtasd: truncated error log from %d to %d bytes\n", rtas_error_log_max, RTAS_ERROR_LOG_MAX); in get_eventscan_parms()
326 rtas_error_log_max = RTAS_ERROR_LOG_MAX; in get_eventscan_parms()
Dtraps.c94 char mce_data_buf[RTAS_ERROR_LOG_MAX]__page_aligned;
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()
246 memset(mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in MachineCheckException()
254 __pa(mce_data_buf), RTAS_ERROR_LOG_MAX); in MachineCheckException()
Deeh.c118 unsigned char slot_err_buf[RTAS_ERROR_LOG_MAX]; in eeh_check_failure()
121 memset(slot_err_buf, 0, RTAS_ERROR_LOG_MAX); in eeh_check_failure()
125 NULL, 0, __pa(slot_err_buf), RTAS_ERROR_LOG_MAX, in eeh_check_failure()
/linux-2.4.37.9/include/asm-ppc64/
Drtas.h198 #define RTAS_ERROR_LOG_MAX 1024 macro