Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/
H A Dffa.h42 #define FFA_VERSION_1_1 MAKE_FFA_VERSION(1, 1) macro
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c538 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()
648 rxtx->ffa_vers >= FFA_VERSION_1_1) in spmc_handle_partition_info_get()
967 if (ffa_vers >= FFA_VERSION_1_1) { in spmc_read_mem_transaction()
2621 if (my_rxtx.ffa_vers <= FFA_VERSION_1_1) in spmc_retrieve_req()
H A Dspmc_sp_handler.c544 if (ffa_vers <= FFA_VERSION_1_1) in create_retrieve_response()
H A Dsecure_partition.c1491 if (ffa_version != FFA_VERSION_1_0 && ffa_version != FFA_VERSION_1_1) { in read_ffa_version()