Searched refs:xf_ipc_a2b (Results 1 – 5 of 5) sorted by relevance
118 XF_CHK_ERR((*buffer = xf_ipc_a2b(ipc, msg->address)) != (void *)-1, -EBADFD); in xf_ipc_recv()129 *buffer = xf_ipc_a2b(ipc, temp.address); in xf_ipc_recv()131 XF_CHK_ERR((*buffer = xf_ipc_a2b(ipc, temp.address)) != (void *)-1, -EBADFD); in xf_ipc_recv()
60 static inline void * xf_ipc_a2b(xf_proxy_ipc_data_t *ipc, u32 address) in xf_ipc_a2b() function
210 return xf_ipc_a2b(&proxy->ipc, address); in xf_proxy_a2b()
283 static inline void * xf_ipc_a2b(u32 core, u32 address) in xf_ipc_a2b() function
189 m->buffer = xf_ipc_a2b(core, command->address); in xf_shmem_process_input()