Home
last modified time | relevance | path

Searched refs:MEMPOOL_ALIGN (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dmempool.c124 COMPILE_TIME_ASSERT(MEMPOOL_ALIGN >= __alignof__(struct mempool_item)); in mempool_alloc_pool()
125 assert(!((vaddr_t)data & (MEMPOOL_ALIGN - 1))); in mempool_alloc_pool()
/optee_os/lib/libutils/ext/include/
H A Dmempool.h31 #define MEMPOOL_ALIGN __alignof__(long) macro
/optee_os/core/lib/libtomcrypt/
H A Dmpi_desc.c46 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in get_mp_scratch_memory_pool()
/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c45 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in _TEE_MathAPI_Init()