Searched refs:XF_PROXY_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance
47 (((size) + XF_PROXY_ALIGNMENT - 1) & ~(XF_PROXY_ALIGNMENT - 1))70 (((u32)(p) & (XF_PROXY_ALIGNMENT - 1)) == 0)
49 #define XF_PROXY_ALIGNMENT XCHAL_DCACHE_LINESIZE macro52 #define __xf_shmem__ __attribute__((__aligned__(XF_PROXY_ALIGNMENT)))
50 } __attribute__((__packed__, __aligned__(XF_PROXY_ALIGNMENT)));67 } __attribute__((__packed__, __aligned__(XF_PROXY_ALIGNMENT)));
36 #define XF_PROXY_ALIGNMENT 64 macro
48 …XF_CHK_ERR(pool->p = xf_mem_alloc(XF_MM(sizeof(*pool->p) * n), XF_PROXY_ALIGNMENT, core, 1), -ENOM… in xf_msg_pool_init()
579 length = (length + XF_PROXY_ALIGNMENT - 1) & ~(XF_PROXY_ALIGNMENT - 1); in xf_pool_alloc()