Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Drtas.c355 (rtas_error_log_max > RTAS_ERROR_LOG_MAX)) { in rtas_get_error_log_max()
358 rtas_error_log_max = RTAS_ERROR_LOG_MAX; in rtas_get_error_log_max()
365 static char rtas_err_buf[RTAS_ERROR_LOG_MAX];
407 buf = kmalloc(RTAS_ERROR_LOG_MAX, GFP_ATOMIC); in __fetch_rtas_last_error()
410 memcpy(buf, rtas_err_buf, RTAS_ERROR_LOG_MAX); in __fetch_rtas_last_error()
416 #define get_errorlog_buffer() kmalloc(RTAS_ERROR_LOG_MAX, GFP_KERNEL)
A Drtasd.c62 static unsigned char logdata[RTAS_ERROR_LOG_MAX];
/linux/arch/powerpc/platforms/pseries/
A Deeh_pseries.c242 static unsigned char slot_errbuf[RTAS_ERROR_LOG_MAX];
855 } else if (eeh_error_buf_size > RTAS_ERROR_LOG_MAX) { in eeh_pseries_init()
857 __func__, eeh_error_buf_size, RTAS_ERROR_LOG_MAX); in eeh_pseries_init()
858 eeh_error_buf_size = RTAS_ERROR_LOG_MAX; in eeh_pseries_init()
A Dsetup.c143 mce_data_buf = memblock_alloc_try_nid_raw(RTAS_ERROR_LOG_MAX * nr_cpus, in fwnmi_init()
144 RTAS_ERROR_LOG_MAX, MEMBLOCK_LOW_LIMIT, in fwnmi_init()
148 RTAS_ERROR_LOG_MAX * nr_cpus, &ppc64_rma_size); in fwnmi_init()
152 (RTAS_ERROR_LOG_MAX * i); in fwnmi_init()
A 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()
/linux/arch/powerpc/include/asm/
A Drtas.h307 #define RTAS_ERROR_LOG_MAX 2048 macro

Completed in 13 milliseconds