Searched refs:RTAS_ERROR_LOG_MAX (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/powerpc/kernel/ |
D | rtas.c | 369 (rtas_error_log_max > RTAS_ERROR_LOG_MAX)) { in rtas_get_error_log_max() 372 rtas_error_log_max = RTAS_ERROR_LOG_MAX; in rtas_get_error_log_max() 379 static char rtas_err_buf[RTAS_ERROR_LOG_MAX]; 421 buf = kmalloc(RTAS_ERROR_LOG_MAX, GFP_ATOMIC); in __fetch_rtas_last_error() 424 memcpy(buf, rtas_err_buf, RTAS_ERROR_LOG_MAX); in __fetch_rtas_last_error() 430 #define get_errorlog_buffer() kmalloc(RTAS_ERROR_LOG_MAX, GFP_KERNEL)
|
D | rtasd.c | 61 static unsigned char logdata[RTAS_ERROR_LOG_MAX];
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | setup.c | 160 mce_data_buf = memblock_alloc_try_nid_raw(RTAS_ERROR_LOG_MAX * nr_cpus, in fwnmi_init() 161 RTAS_ERROR_LOG_MAX, MEMBLOCK_LOW_LIMIT, in fwnmi_init() 165 RTAS_ERROR_LOG_MAX * nr_cpus, &ppc64_rma_size); in fwnmi_init() 169 (RTAS_ERROR_LOG_MAX * i); in fwnmi_init()
|
D | ras.c | 21 static unsigned char ras_log_buf[RTAS_ERROR_LOG_MAX]; 453 memset(local_paca->mce_data_buf, 0, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo() 460 len = min_t(int, error_log_length, RTAS_ERROR_LOG_MAX); in fwnmi_get_errinfo()
|
D | eeh_pseries.c | 244 static unsigned char slot_errbuf[RTAS_ERROR_LOG_MAX];
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | rtas.h | 305 #define RTAS_ERROR_LOG_MAX 2048 macro
|