Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h29 uint32_t ffa_vers; member
47 TEE_Result spmc_fill_partition_entry(uint32_t ffa_vers, void *buf, size_t blen,
52 int spmc_read_mem_transaction(uint32_t ffa_vers, void *buf, size_t blen,
H A Dsecure_partition.h77 TEE_Result sp_partition_info_get(uint32_t ffa_vers, void *buf, size_t buf_size,
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c146 res = spmc_read_mem_transaction(rxtx->ffa_vers, rxtx->rx, in spmc_sp_handle_mem_share()
466 check_retrieve_request(struct sp_mem_receiver *receiver, uint32_t ffa_vers, in check_retrieve_request() argument
515 if (ffa_vers <= FFA_VERSION_1_0) in check_retrieve_request()
533 static void create_retrieve_response(uint32_t ffa_vers, void *dst_buffer, in create_retrieve_response() argument
544 if (ffa_vers <= FFA_VERSION_1_1) in create_retrieve_response()
556 if (ffa_vers <= FFA_VERSION_1_0) { in create_retrieve_response()
650 ret = spmc_read_mem_transaction(rxtx->ffa_vers, rxtx->rx, frag_len, in ffa_mem_retrieve()
673 if (check_retrieve_request(receiver, rxtx->ffa_vers, &mem_trans, in ffa_mem_retrieve()
717 create_retrieve_response(rxtx->ffa_vers, rxtx->tx, receiver, smem, in ffa_mem_retrieve()
1256 static void handle_console_log(uint32_t ffa_vers, in handle_console_log() argument
[all …]
H A Dthread_spmc.c201 rxtx->ffa_vers = my_vers; in spmc_exchange_version()
203 rxtx->ffa_vers = vers; in spmc_exchange_version()
529 TEE_Result spmc_fill_partition_entry(uint32_t ffa_vers, void *buf, size_t blen, in spmc_fill_partition_entry() argument
538 if (ffa_vers >= FFA_VERSION_1_1) in spmc_fill_partition_entry()
552 if (ffa_vers < FFA_VERSION_1_1) in spmc_fill_partition_entry()
557 if (ffa_vers >= FFA_VERSION_1_1) { in spmc_fill_partition_entry()
567 static TEE_Result lsp_partition_info_get(uint32_t ffa_vers, void *buf, in lsp_partition_info_get() argument
590 res = spmc_fill_partition_entry(ffa_vers, buf, buf_size, in lsp_partition_info_get()
627 if (lsp_partition_info_get(rxtx->ffa_vers, rxtx->tx, rxtx->size, in spmc_handle_partition_info_get()
634 res = sp_partition_info_get(rxtx->ffa_vers, rxtx->tx, in spmc_handle_partition_info_get()
[all …]
H A Dsecure_partition.c131 TEE_Result sp_partition_info_get(uint32_t ffa_vers, void *buf, size_t buf_size, in sp_partition_info_get() argument
161 res = spmc_fill_partition_entry(ffa_vers, buf, buf_size, in sp_partition_info_get()
1496 s->rxtx.ffa_vers = ffa_version; in read_ffa_version()
1701 &boot_info_size, sess->rxtx.ffa_vers); in sp_first_run()