Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/
H A Dffa.h41 #define FFA_VERSION_1_0 MAKE_FFA_VERSION(1, 0) macro
/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c515 if (ffa_vers <= FFA_VERSION_1_0) in check_retrieve_request()
556 if (ffa_vers <= FFA_VERSION_1_0) { in create_retrieve_response()
H A Dthread_spmc.c2563 my_rxtx.ffa_vers = FFA_VERSION_1_0; in spmc_init()
2626 if (my_rxtx.ffa_vers == FFA_VERSION_1_0) { in spmc_retrieve_req()
2811 if (my_vers < FFA_VERSION_1_0 || my_vers > FFA_VERSION_1_2) { in spmc_init()
H A Dsecure_partition.c1491 if (ffa_version != FFA_VERSION_1_0 && ffa_version != FFA_VERSION_1_1) { in read_ffa_version()