Searched refs:MEMPOOL_ALIGN (Results 1 – 4 of 4) sorted by relevance
124 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()
31 #define MEMPOOL_ALIGN __alignof__(long) macro
46 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in get_mp_scratch_memory_pool()
45 static uint8_t data[MPI_MEMPOOL_SIZE] __aligned(MEMPOOL_ALIGN); in _TEE_MathAPI_Init()