Home
last modified time | relevance | path

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

/commonlibrary/memory_utils/libpurgeablemem/common/include/
H A Dpm_util.h26 * USE_UXPT > 0 means enable uxpt(using uxpt) in libpurgeable,
27 * while USE_UXPT == 0 means not using uxpt, 0 will be used in the following cases:
31 #define USE_UXPT 1 macro
47 #if !defined(USE_UXPT) || (USE_UXPT == 0)
/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c28 #if defined(USE_UXPT) && (USE_UXPT > 0) /* (USE_UXPT > 0) means using uxpt */
438 #else /* !(defined(USE_UXPT) && (USE_UXPT <= 0)), it means does not using uxpt */
473 #endif /* USE_UXPT > 0 */

Completed in 2 milliseconds