CP_ALL
ASSERT(flag == CP_ALL || flag == CP_NONEMPTY);
if (((flag == CP_ALL) && (cp != &cp_default)) ||
if (flag == CP_ALL)
#define INFORM (CP_ALL | LV_INFORM)
#define VERBOSE (CP_ALL | LV_VERBOSE)
#define DBG_MSG_CP CP_ALL /* Where to output messages. */
#define FATAL (CP_ALL | LV_FATAL)
#define WARN (CP_ALL | LV_WARN)
#define FATAL (CP_ALL | LV_FATAL)
#define WARN (CP_ALL | LV_WARN)
#define INFORM (CP_ALL | LV_INFORM)
#define VERBOSE (CP_ALL | LV_VERBOSE)
#define DBG_MSG_CP CP_ALL /* Where to output messages. */
((uint32_t)option > (CP_ALL | LV_MASK)) ?
(CP_ALL | LV_MASK) :
(((pUM->devParams.debug_level & level & CP_ALL) != (level & CP_ALL)) ||
u32_t dbg_code_path = CP_ALL;
pUM->devParams.debug_level = (CP_ALL | LV_MASK);
real_npsets = cpupart_list(NULL, 0, CP_ALL);
(void) cpupart_list(psets, real_npsets, CP_ALL);