Searched refs:logdata (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/kernel/ |
D | rtasd.c | 62 static unsigned char logdata[RTAS_ERROR_LOG_MAX]; variable 396 memset(logdata, 0, rtas_error_log_max); in do_event_scan() 399 __pa(logdata), rtas_error_log_max); in do_event_scan() 406 if (rtas_error_type((struct rtas_error_log *)logdata) != in do_event_scan() 408 pSeries_log_error(logdata, ERR_TYPE_RTAS_LOG, in do_event_scan() 410 handle_rtas_event((struct rtas_error_log *)logdata); in do_event_scan() 464 memset(logdata, 0, rtas_error_log_max); in retrieve_nvram_error_log() 465 rc = nvram_read_error_log(logdata, rtas_error_log_max, in retrieve_nvram_error_log() 471 pSeries_log_error(logdata, err_type | ERR_FLAG_BOOT, 0); in retrieve_nvram_error_log()
|