Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dfastrpc_internal.h175 struct smq_invoke_buf { struct
254 static __inline struct smq_invoke_buf* to_smq_invoke_buf_start(uint32 mode, void* virt, uint32 sc) { in to_smq_invoke_buf_start()
255 struct smq_invoke_buf* buf; in to_smq_invoke_buf_start()
259 buf = (struct smq_invoke_buf*)(&pra[len]); in to_smq_invoke_buf_start()
262 buf = (struct smq_invoke_buf*)(&pra[len]); in to_smq_invoke_buf_start()
267 static __inline struct smq_invoke_buf* smq_invoke_buf_start(remote_arg64 *pra, uint32 sc) { in smq_invoke_buf_start()
269 return (struct smq_invoke_buf*)(&pra[len]); in smq_invoke_buf_start()
272 static __inline struct smq_phy_page* smq_phy_page_start(uint32 sc, struct smq_invoke_buf* buf) { in smq_phy_page_start()
279 struct smq_invoke_buf* buf = smq_invoke_buf_start(0, sc); in smq_data_size()
296 std_memmove(&rpra[ii], &pra[ii], len * sizeof(struct smq_invoke_buf)); in to_smq_data()
[all …]