Searched refs:OPAL_MAX_ERRLOG_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-elog.c156 #define OPAL_MAX_ERRLOG_SIZE 16384 macro
283 WARN_ON(elog_size > OPAL_MAX_ERRLOG_SIZE);
285 if (elog_size >= OPAL_MAX_ERRLOG_SIZE)
286 elog_size = OPAL_MAX_ERRLOG_SIZE;

Completed in 108 milliseconds