Searched refs:ffa_rxtx (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_spmc.h | 14 struct ffa_rxtx { struct 22 void spmc_handle_rxtx_map(struct thread_smc_args *args, struct ffa_rxtx *buf); argument 23 void spmc_handle_rxtx_unmap(struct thread_smc_args *args, struct ffa_rxtx *buf); 24 void spmc_handle_rx_release(struct thread_smc_args *args, struct ffa_rxtx *buf); 30 struct ffa_rxtx *rxtx);
|
A D | spmc_sp_handler.h | 25 int spmc_sp_add_share(struct ffa_rxtx *rxtx, 33 static inline int spmc_sp_add_share(struct ffa_rxtx *rxtx __unused, in spmc_sp_add_share()
|
A D | secure_partition.h | 37 struct ffa_rxtx rxtx;
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc.c | 66 static struct ffa_rxtx nw_rxtx; 68 static bool is_nw_buf(struct ffa_rxtx *rxtx) in is_nw_buf() 78 static struct ffa_rxtx nw_rxtx = { .rx = __rx_buf, .tx = __tx_buf }; 191 void spmc_handle_rxtx_map(struct thread_smc_args *args, struct ffa_rxtx *rxtx) in spmc_handle_rxtx_map() 341 struct ffa_rxtx *rxtx) in handle_partition_info_get_all() 363 struct ffa_rxtx *rxtx) in spmc_handle_partition_info_get() 729 uint64_t *global_handle, struct ffa_rxtx *rxtx) in handle_mem_share_tmem() 773 struct ffa_rxtx *rxtx) in handle_mem_share_rxbuf() 795 struct ffa_rxtx *rxtx) in handle_mem_share() 848 struct ffa_rxtx *rxtx) in handle_mem_frag_tx() [all …]
|
A D | spmc_sp_handler.c | 129 struct ffa_rxtx *rxtx, in spmc_sp_handle_mem_share() 273 int spmc_sp_add_share(struct ffa_rxtx *rxtx, in spmc_sp_add_share() 369 static bool check_rxtx(struct ffa_rxtx *rxtx) in check_rxtx() 496 struct ffa_rxtx *rxtx) in ffa_mem_retrieve() 593 struct ffa_rxtx *rxtx) in ffa_mem_relinquish()
|
Completed in 8 milliseconds