OPAL_MAX_ERRLOG_SIZE  258 arch/powerpc/platforms/powernv/opal-elog.c 	WARN_ON(elog_size > OPAL_MAX_ERRLOG_SIZE);
OPAL_MAX_ERRLOG_SIZE  260 arch/powerpc/platforms/powernv/opal-elog.c 	if (elog_size >= OPAL_MAX_ERRLOG_SIZE)
OPAL_MAX_ERRLOG_SIZE  261 arch/powerpc/platforms/powernv/opal-elog.c 		elog_size  =  OPAL_MAX_ERRLOG_SIZE;