Searched refs:error_log_cnt (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/powerpc/kernel/ |
D | rtasd.c | 55 static int error_log_cnt; variable 120 error_log_cnt, str); in printk_log_rtas() 147 error_log_cnt, str); in printk_log_rtas() 152 error_log_cnt, 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() 466 &err_type, &error_log_cnt); in retrieve_nvram_error_log()
|
D | nvram_64.c | 183 unsigned int error_log_cnt) in nvram_write_os_partition() argument 196 info.seq_num = cpu_to_be32(error_log_cnt); in nvram_write_os_partition() 221 unsigned int *error_log_cnt) in nvram_read_partition() argument 250 *error_log_cnt = be32_to_cpu(info.seq_num); in nvram_read_partition()
|
/Linux-v5.10/arch/powerpc/platforms/pseries/ |
D | nvram.c | 134 unsigned int err_type, unsigned int error_log_cnt) in nvram_write_error_log() argument 137 err_type, error_log_cnt); in nvram_write_error_log() 153 unsigned int *err_type, unsigned int *error_log_cnt) in nvram_read_error_log() argument 156 err_type, error_log_cnt); in nvram_read_error_log()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | nvram.h | 86 unsigned int *error_log_cnt); 92 unsigned int error_log_cnt);
|