Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Drtasd.c35 static char *rtas_log_buf; variable
252 memcpy(&rtas_log_buf[offset], (void *) &error_log_cnt, sizeof(int)); in pSeries_log_error()
256 memcpy(&rtas_log_buf[offset], buf, len); in pSeries_log_error()
345 memcpy(tmp, &rtas_log_buf[offset], count); in rtas_log_read()
528 rtas_log_buf = vmalloc(array_size(LOG_NUMBER, in rtas_event_scan_init()
530 if (!rtas_log_buf) { in rtas_event_scan_init()
548 if (!rtas_log_buf) in rtas_init()