Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/
H A Dffa.h43 #define FFA_VERSION_1_2 MAKE_FFA_VERSION(1, 2) macro
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c371 hdr->version = FFA_VERSION_1_2; in load_stmm()
951 *a0 = FFA_VERSION_1_2; in spm_handle_scall()
H A Dthread_spmc.c180 uint32_t my_vers = FFA_VERSION_1_2; in spmc_exchange_version()
2811 if (my_vers < FFA_VERSION_1_0 || my_vers > FFA_VERSION_1_2) { in spmc_init()
H A Dspmc_sp_handler.c1268 if (ffa_vers >= FFA_VERSION_1_2) in handle_console_log()