Searched defs:rxtx (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/arm/kernel/ |
| H A D | spmc_sp_handler.c | 130 spmc_sp_handle_mem_share(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx,struct sp_session * owner_sp) spmc_sp_handle_mem_share() argument 285 spmc_sp_add_share(struct ffa_mem_transaction_x * mem_trans,struct ffa_rxtx * rxtx,size_t blen,size_t flen,uint64_t * global_handle,struct sp_session * owner_sp) spmc_sp_add_share() argument 455 check_rxtx(struct ffa_rxtx * rxtx) check_rxtx() argument 608 ffa_mem_retrieve(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp,struct ffa_rxtx * rxtx) ffa_mem_retrieve() argument 724 ffa_mem_relinquish(struct thread_smc_1_2_regs * args,struct sp_session * caller_sp,struct ffa_rxtx * rxtx) ffa_mem_relinquish() argument 1240 spmc_handle_version(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_version() argument [all...] |
| H A D | thread_spmc.c | 104 static bool is_nw_buf(struct ffa_rxtx *rxtx) in is_nw_buf() argument 176 uint32_t spmc_exchange_version(uint32_t vers, struct ffa_rxtx *rxtx) in spmc_exchange_version() argument 366 struct ffa_rxtx *rxtx) in spmc_handle_rxtx_map() argument 478 spmc_handle_rxtx_unmap(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_rxtx_unmap() argument 507 spmc_handle_rx_release(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_rx_release() argument 604 spmc_handle_partition_info_get(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) spmc_handle_partition_info_get() argument 1246 handle_mem_op_tmem(bool share_mem,paddr_t pbuf,size_t blen,size_t flen,unsigned int page_count,uint64_t * global_handle,struct ffa_rxtx * rxtx) handle_mem_op_tmem() argument 1317 handle_mem_op_rxbuf(bool share_mem,size_t blen,size_t flen,uint64_t * global_handle,struct ffa_rxtx * rxtx) handle_mem_op_rxbuf() argument 1358 handle_mem_op(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) handle_mem_op() argument 1428 handle_mem_frag_tx(struct thread_smc_1_2_regs * args,struct ffa_rxtx * rxtx) handle_mem_frag_tx() argument 2568 spmc_rxtx_map(struct ffa_rxtx * rxtx) spmc_rxtx_map() argument [all...] |
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | secure_partition.h | 24 struct ffa_rxtx rxtx; member
|