Home
last modified time | relevance | path

Searched refs:DTL_LOG_ALL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Ddtl.h35 #define DTL_LOG_ALL (DTL_LOG_CEDE | DTL_LOG_PREEMPT | DTL_LOG_FAULT) macro
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Ddtl.c31 static u8 dtl_event_mask = DTL_LOG_ALL;
H A Dlpar.c471 set_global_dtl_mask(DTL_LOG_ALL); in dtl_worker_enable()