Home
last modified time | relevance | path

Searched refs:UINTPTR_MAX (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dtypes_ext.h31 #define PADDR_MAX UINTPTR_MAX
32 #define PADDR_SIZE_MAX UINTPTR_MAX
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcommon.h355 #if UINTPTR_MAX == 0xfffffffful
358 #elif UINTPTR_MAX == 0xfffffffffffffffful
H A Dconstant_time.c44 ((defined(MBEDTLS_CT_ARM_ASM) && (UINTPTR_MAX == 0xfffffffful)) || \
H A Dbn_mul.h241 #if defined(__aarch64__) && (UINTPTR_MAX == 0xfffffffful || UINTPTR_MAX == 0xfffffffffffffffful)
/optee_os/lib/libutils/isoc/include/
H A Dstdint.h156 #define UINTPTR_MAX ULONG_MAX macro
/optee_os/core/drivers/
H A Dtzc400.c248 #if (UINTPTR_MAX == UINT64_MAX) in addr_high()
277 #if (UINTPTR_MAX == UINT64_MAX) in tzc_configure_region()
H A Dtzc380.c168 #if (UINTPTR_MAX == UINT64_MAX) in addr_high()
/optee_os/core/lib/qcbor/src/
H A DUsefulBuf.c179 const uintptr_t ptrM = UINTPTR_MAX - Storage.len; in UsefulOutBuf_Init()