Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Drtasd.c62 static unsigned char logdata[RTAS_ERROR_LOG_MAX]; variable
418 memset(logdata, 0, rtas_error_log_max); in do_event_scan()
421 __pa(logdata), rtas_error_log_max); in do_event_scan()
428 if (rtas_error_type((struct rtas_error_log *)logdata) != in do_event_scan()
430 pSeries_log_error(logdata, ERR_TYPE_RTAS_LOG, in do_event_scan()
432 handle_rtas_event((struct rtas_error_log *)logdata); in do_event_scan()
486 memset(logdata, 0, rtas_error_log_max); in retrieve_nvram_error_log()
487 rc = nvram_read_error_log(logdata, rtas_error_log_max, in retrieve_nvram_error_log()
493 pSeries_log_error(logdata, err_type | ERR_FLAG_BOOT, 0); in retrieve_nvram_error_log()