Home
last modified time | relevance | path

Searched refs:MIN_UNSAFE (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/arm/plat-stm/
H A Dplatform_config.h189 #define STM_SECDDR_BASE MIN_UNSAFE(TZSRAM_BASE, TZDRAM_BASE)
/optee_os/lib/libutils/ext/include/
H A Dutil.h46 #define MIN_UNSAFE(a, b) (((a) < (b)) ? (a) : (b)) macro