Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Drtasd.c59 static int error_log_cnt; variable
122 error_log_cnt, str); in printk_log_rtas()
149 error_log_cnt, str); in printk_log_rtas()
154 error_log_cnt, rtas_event_type(rtas_error_type(errlog)), in printk_log_rtas()
215 error_log_cnt++; in pSeries_log_error()
227 nvram_write_error_log(buf, len, err_type, error_log_cnt); in pSeries_log_error()
253 memcpy(&rtas_log_buf[offset], (void *) &error_log_cnt, sizeof(int)); in pSeries_log_error()
499 &err_type, &error_log_cnt); in retrieve_nvram_error_log()
Dnvram_64.c193 unsigned int error_log_cnt) in nvram_write_os_partition() argument
206 info.seq_num = cpu_to_be32(error_log_cnt); in nvram_write_os_partition()
231 unsigned int *error_log_cnt) in nvram_read_partition() argument
260 *error_log_cnt = be32_to_cpu(info.seq_num); in nvram_read_partition()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dnvram.c140 unsigned int err_type, unsigned int error_log_cnt) in nvram_write_error_log() argument
143 err_type, error_log_cnt); in nvram_write_error_log()
159 unsigned int *err_type, unsigned int *error_log_cnt) in nvram_read_error_log() argument
162 err_type, error_log_cnt); in nvram_read_error_log()
/Linux-v4.19/arch/powerpc/include/asm/
Dnvram.h93 unsigned int *error_log_cnt);
99 unsigned int error_log_cnt);