Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dspmc_sp_handler.c54 return FFA_INVALID_PARAMETERS; in ffa_get_dst()
60 return FFA_INVALID_PARAMETERS; in ffa_get_dst()
144 res = FFA_INVALID_PARAMETERS; in spmc_sp_handle_mem_share()
287 int res = FFA_INVALID_PARAMETERS; in spmc_sp_add_share()
324 res = FFA_INVALID_PARAMETERS; in spmc_sp_add_share()
337 res = FFA_INVALID_PARAMETERS; in spmc_sp_add_share()
351 res = FFA_INVALID_PARAMETERS; in spmc_sp_add_share()
361 res = FFA_INVALID_PARAMETERS; in spmc_sp_add_share()
369 res = FFA_INVALID_PARAMETERS; in spmc_sp_add_share()
379 res = FFA_INVALID_PARAMETERS; in spmc_sp_add_share()
[all …]
H A Dthread_spmc.c333 return FFA_INVALID_PARAMETERS; in map_buf()
343 return FFA_INVALID_PARAMETERS; in map_buf()
378 rc = FFA_INVALID_PARAMETERS; in spmc_handle_rxtx_map()
384 rc = FFA_INVALID_PARAMETERS; in spmc_handle_rxtx_map()
454 rc = FFA_INVALID_PARAMETERS; in spmc_handle_rxtx_map()
460 rc = FFA_INVALID_PARAMETERS; in spmc_handle_rxtx_map()
480 int rc = FFA_INVALID_PARAMETERS; in spmc_handle_rxtx_unmap()
630 rc = FFA_INVALID_PARAMETERS; in spmc_handle_partition_info_get()
639 rc = FFA_INVALID_PARAMETERS; in spmc_handle_partition_info_get()
663 uint32_t rc = FFA_INVALID_PARAMETERS; in spmc_handle_run()
[all …]
H A Dstmm_sp.c780 return FFA_INVALID_PARAMETERS; in tee2ffa_ret_val()
853 uint32_t ffa_ret = FFA_INVALID_PARAMETERS; in spm_handle_get_mem_attr()
899 uint32_t ffa_ret = FFA_INVALID_PARAMETERS; in spm_handle_set_mem_attr()
/optee_os/core/arch/arm/include/kernel/
H A Dspmc_sp_handler.h34 return FFA_INVALID_PARAMETERS; in spmc_sp_start_thread()
/optee_os/core/arch/arm/include/
H A Dffa.h19 #define FFA_INVALID_PARAMETERS -2 macro