Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dopal-elog.c155 #define OPAL_MAX_ERRLOG_SIZE 16384 macro
282 WARN_ON(elog_size > OPAL_MAX_ERRLOG_SIZE); in elog_event()
284 if (elog_size >= OPAL_MAX_ERRLOG_SIZE) in elog_event()
285 elog_size = OPAL_MAX_ERRLOG_SIZE; in elog_event()
/kernel/linux/linux-6.6/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); in elog_event()
285 if (elog_size >= OPAL_MAX_ERRLOG_SIZE) in elog_event()
286 elog_size = OPAL_MAX_ERRLOG_SIZE; in elog_event()

Completed in 2 milliseconds