Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Drtasd.c36 static char *rtas_log_buf; variable
253 memcpy(&rtas_log_buf[offset], (void *) &error_log_cnt, sizeof(int)); in pSeries_log_error()
257 memcpy(&rtas_log_buf[offset], buf, len); in pSeries_log_error()
368 memcpy(tmp, &rtas_log_buf[offset], count); in rtas_log_read()
551 rtas_log_buf = vmalloc(array_size(LOG_NUMBER, in rtas_event_scan_init()
553 if (!rtas_log_buf) { in rtas_event_scan_init()
571 if (!rtas_log_buf) in rtas_init()