rtas_error_log_max  340 arch/powerpc/kernel/rtas.c 	static int rtas_error_log_max;
rtas_error_log_max  341 arch/powerpc/kernel/rtas.c 	if (rtas_error_log_max)
rtas_error_log_max  342 arch/powerpc/kernel/rtas.c 		return rtas_error_log_max;
rtas_error_log_max  344 arch/powerpc/kernel/rtas.c 	rtas_error_log_max = rtas_token ("rtas-error-log-max");
rtas_error_log_max  345 arch/powerpc/kernel/rtas.c 	if ((rtas_error_log_max == RTAS_UNKNOWN_SERVICE) ||
rtas_error_log_max  346 arch/powerpc/kernel/rtas.c 	    (rtas_error_log_max > RTAS_ERROR_LOG_MAX)) {
rtas_error_log_max  348 arch/powerpc/kernel/rtas.c 			rtas_error_log_max);
rtas_error_log_max  349 arch/powerpc/kernel/rtas.c 		rtas_error_log_max = RTAS_ERROR_LOG_MAX;
rtas_error_log_max  351 arch/powerpc/kernel/rtas.c 	return rtas_error_log_max;
rtas_error_log_max   42 arch/powerpc/kernel/rtasd.c static unsigned int rtas_error_log_max;
rtas_error_log_max  175 arch/powerpc/kernel/rtasd.c 	if (rtas_error_log_max == 0)
rtas_error_log_max  176 arch/powerpc/kernel/rtasd.c 		rtas_error_log_max = rtas_get_error_log_max();
rtas_error_log_max  178 arch/powerpc/kernel/rtasd.c 	if (len > rtas_error_log_max)
rtas_error_log_max  179 arch/powerpc/kernel/rtasd.c 		len = rtas_error_log_max;
rtas_error_log_max  418 arch/powerpc/kernel/rtasd.c 		memset(logdata, 0, rtas_error_log_max);
rtas_error_log_max  421 arch/powerpc/kernel/rtasd.c 				  __pa(logdata), rtas_error_log_max);
rtas_error_log_max  486 arch/powerpc/kernel/rtasd.c 	memset(logdata, 0, rtas_error_log_max);
rtas_error_log_max  487 arch/powerpc/kernel/rtasd.c 	rc = nvram_read_error_log(logdata, rtas_error_log_max,
rtas_error_log_max  548 arch/powerpc/kernel/rtasd.c 	rtas_error_log_max = rtas_get_error_log_max();
rtas_error_log_max  549 arch/powerpc/kernel/rtasd.c 	rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int);