Searched refs:rtas_log_buf (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
H A Drtasd.c39 static char *rtas_log_buf; variable
252 memcpy(&rtas_log_buf[offset], (void *) &error_log_cnt, sizeof(int)); pSeries_log_error()
256 memcpy(&rtas_log_buf[offset], buf, len); pSeries_log_error()
377 memcpy(tmp, &rtas_log_buf[offset], count); rtas_log_read()
495 /* We can use rtas_log_buf now */ retreive_nvram_error_log()
559 rtas_log_buf = vmalloc(rtas_error_log_buffer_max*LOG_NUMBER); rtas_init()
560 if (!rtas_log_buf) { rtas_init()

Completed in 34 milliseconds