Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Drtas.c363 (rtas_error_log_max > RTAS_ERROR_LOG_MAX)) { in rtas_get_error_log_max()
366 rtas_error_log_max = RTAS_ERROR_LOG_MAX; in rtas_get_error_log_max()
373 static char rtas_err_buf[RTAS_ERROR_LOG_MAX];
415 buf = kmalloc(RTAS_ERROR_LOG_MAX, GFP_ATOMIC); in __fetch_rtas_last_error()
418 memmove(buf, rtas_err_buf, RTAS_ERROR_LOG_MAX); in __fetch_rtas_last_error()
424 #define get_errorlog_buffer() kmalloc(RTAS_ERROR_LOG_MAX, GFP_KERNEL)
Drtasd.c62 static unsigned char logdata[RTAS_ERROR_LOG_MAX];
/arch/powerpc/platforms/pseries/
Dsetup.c144 mce_data_buf = memblock_alloc_try_nid_raw(RTAS_ERROR_LOG_MAX * nr_cpus, in fwnmi_init()
145 RTAS_ERROR_LOG_MAX, MEMBLOCK_LOW_LIMIT, in fwnmi_init()
149 RTAS_ERROR_LOG_MAX * nr_cpus, &ppc64_rma_size); in fwnmi_init()
153 (RTAS_ERROR_LOG_MAX * i); in fwnmi_init()
Dras.c21 static unsigned char ras_log_buf[RTAS_ERROR_LOG_MAX];
445 memset(local_paca->mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo()
452 len = min_t(int, error_log_length, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo()
Deeh_pseries.c242 static unsigned char slot_errbuf[RTAS_ERROR_LOG_MAX];
/arch/powerpc/include/asm/
Drtas.h306 #define RTAS_ERROR_LOG_MAX 2048 macro