Home
last modified time | relevance | path

Searched refs:PLAT_LOG_LEVEL_ASSERT (Results 1 – 7 of 7) sorted by relevance

/tf-a-ffa_el3_spmc/include/lib/libc/
A Dassert.h16 #ifndef PLAT_LOG_LEVEL_ASSERT
17 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL macro
21 # if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
23 # elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
32 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
35 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/tf-a-ffa_el3_spmc/lib/libc/
A Dassert.c20 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE
29 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/
A Dplatform.mk16 PLAT_LOG_LEVEL_ASSERT := 50
17 $(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
/tf-a-ffa_el3_spmc/plat/brcm/board/common/
A Dcmn_plat_def.h61 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL_INFO macro
/tf-a-ffa_el3_spmc/plat/arm/board/juno/include/
A Dplatform_def.h202 #define PLAT_LOG_LEVEL_ASSERT 40 macro
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst557 - **PLAT_LOG_LEVEL_ASSERT**
558 If ``PLAT_LOG_LEVEL_ASSERT`` is higher or equal than ``LOG_LEVEL_VERBOSE``,
562 doesn't print anything to the console. If ``PLAT_LOG_LEVEL_ASSERT`` isn't
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst3330 `PLAT_LOG_LEVEL_ASSERT`, which controls how verbose the assert output is.

Completed in 19 milliseconds