Searched refs:error_log_cnt (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | rtasd.c | 59 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()
|
D | nvram_64.c | 193 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/ |
D | nvram.c | 140 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/ |
D | nvram.h | 93 unsigned int *error_log_cnt); 99 unsigned int error_log_cnt);
|