Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/kernel/
Drtasd.c61 static unsigned char logdata[RTAS_ERROR_LOG_MAX]; variable
395 memset(logdata, 0, rtas_error_log_max); in do_event_scan()
398 __pa(logdata), rtas_error_log_max); in do_event_scan()
405 if (rtas_error_type((struct rtas_error_log *)logdata) != in do_event_scan()
407 pSeries_log_error(logdata, ERR_TYPE_RTAS_LOG, in do_event_scan()
409 handle_rtas_event((struct rtas_error_log *)logdata); in do_event_scan()
463 memset(logdata, 0, rtas_error_log_max); in retrieve_nvram_error_log()
464 rc = nvram_read_error_log(logdata, rtas_error_log_max, in retrieve_nvram_error_log()
470 pSeries_log_error(logdata, err_type | ERR_FLAG_BOOT, 0); in retrieve_nvram_error_log()