Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Drtas.c973 static u32 rtas_error_log_max __ro_after_init = RTAS_ERROR_LOG_MAX;
992 propname, RTAS_ERROR_LOG_MAX); in init_error_log_max()
993 max = RTAS_ERROR_LOG_MAX; in init_error_log_max()
996 if (max > RTAS_ERROR_LOG_MAX) { in init_error_log_max()
998 propname, max, RTAS_ERROR_LOG_MAX); in init_error_log_max()
999 max = RTAS_ERROR_LOG_MAX; in init_error_log_max()
1006 static char rtas_err_buf[RTAS_ERROR_LOG_MAX];
1050 buf = kmalloc(RTAS_ERROR_LOG_MAX, GFP_ATOMIC); in __fetch_rtas_last_error()
1053 memmove(buf, rtas_err_buf, RTAS_ERROR_LOG_MAX); in __fetch_rtas_last_error()
1059 #define get_errorlog_buffer() kmalloc(RTAS_ERROR_LOG_MAX, GFP_KERNEL)
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c160 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()
H A Dpapr-hvpipe.c26 static unsigned char hvpipe_ras_buf[RTAS_ERROR_LOG_MAX];
/linux/arch/powerpc/include/asm/
H A Drtas.h497 #define RTAS_ERROR_LOG_MAX 2048 macro