Home
last modified time | relevance | path

Searched refs:xf_shmem_enabled (Results 1 – 2 of 2) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c140 XF_CHK_ERR(xf_shmem_enabled(core), -EPERM); in xf_proxy_alloc()
155 XF_CHK_ERR(xf_shmem_enabled(core), -EPERM); in xf_proxy_free()
618 XF_CHK_API(xf_shmem_enabled(core) ? xf_shmem_init(core) : 0); in xf_core_init()
646 if (xf_shmem_enabled(core)) in xf_core_service()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-shmem.h157 static inline int xf_shmem_enabled(u32 core) in xf_shmem_enabled() function