Home
last modified time | relevance | path

Searched refs:XF_PROXY_ALIGNMENT (Results 1 – 6 of 6) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-mm.h47 (((size) + XF_PROXY_ALIGNMENT - 1) & ~(XF_PROXY_ALIGNMENT - 1))
70 (((u32)(p) & (XF_PROXY_ALIGNMENT - 1)) == 0)
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-hal.h49 #define XF_PROXY_ALIGNMENT XCHAL_DCACHE_LINESIZE macro
52 #define __xf_shmem__ __attribute__((__aligned__(XF_PROXY_ALIGNMENT)))
Dxf-shmem.h50 } __attribute__((__packed__, __aligned__(XF_PROXY_ALIGNMENT)));
67 } __attribute__((__packed__, __aligned__(XF_PROXY_ALIGNMENT)));
/device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/
Dxf-config.h36 #define XF_PROXY_ALIGNMENT 64 macro
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-msg.c48 …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()
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c579 length = (length + XF_PROXY_ALIGNMENT - 1) & ~(XF_PROXY_ALIGNMENT - 1); in xf_pool_alloc()