Searched refs:RTAS_ERROR_LOG_MAX (Results 1 – 5 of 5) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | ras.c | 32 static unsigned char ras_log_buf[RTAS_ERROR_LOG_MAX]; 35 static char global_mce_data_buf[RTAS_ERROR_LOG_MAX]; 314 len = min_t(int, error_log_length, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo() 315 memset(global_mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo()
|
D | eeh_pseries.c | 64 static unsigned char slot_errbuf[RTAS_ERROR_LOG_MAX]; 109 } else if (eeh_error_buf_size > RTAS_ERROR_LOG_MAX) { in pseries_eeh_init() 111 __func__, eeh_error_buf_size, RTAS_ERROR_LOG_MAX); in pseries_eeh_init() 112 eeh_error_buf_size = RTAS_ERROR_LOG_MAX; in pseries_eeh_init()
|
/arch/powerpc/kernel/ |
D | rtas.c | 353 (rtas_error_log_max > RTAS_ERROR_LOG_MAX)) { in rtas_get_error_log_max() 356 rtas_error_log_max = RTAS_ERROR_LOG_MAX; in rtas_get_error_log_max() 363 static char rtas_err_buf[RTAS_ERROR_LOG_MAX]; 405 buf = kmalloc(RTAS_ERROR_LOG_MAX, GFP_ATOMIC); in __fetch_rtas_last_error() 408 memcpy(buf, rtas_err_buf, RTAS_ERROR_LOG_MAX); in __fetch_rtas_last_error() 414 #define get_errorlog_buffer() kmalloc(RTAS_ERROR_LOG_MAX, GFP_KERNEL)
|
D | rtasd.c | 65 static unsigned char logdata[RTAS_ERROR_LOG_MAX];
|
/arch/powerpc/include/asm/ |
D | rtas.h | 401 #define RTAS_ERROR_LOG_MAX 2048 macro
|