Home
last modified time | relevance | path

Searched refs:FFA_ERROR_INVALID_PARAMETER (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.c658 return FFA_ERROR_INVALID_PARAMETER; in spmc_populate_ffa_v1_0_descriptor()
672 return FFA_ERROR_INVALID_PARAMETER; in spmc_populate_ffa_v1_0_descriptor()
715 return FFA_ERROR_INVALID_PARAMETER; in spmc_validate_mtd_start()
720 return FFA_ERROR_INVALID_PARAMETER; in spmc_validate_mtd_start()
726 return FFA_ERROR_INVALID_PARAMETER; in spmc_validate_mtd_start()
739 return FFA_ERROR_INVALID_PARAMETER; in spmc_validate_mtd_start()
745 return FFA_ERROR_INVALID_PARAMETER; in spmc_validate_mtd_start()
751 return FFA_ERROR_INVALID_PARAMETER; in spmc_validate_mtd_start()
756 return FFA_ERROR_INVALID_PARAMETER; in spmc_validate_mtd_start()
777 return FFA_ERROR_INVALID_PARAMETER; in spmc_validate_mtd_start()
[all …]
H A Dspmc_main.c404 return spmc_ffa_error_return(handle, FFA_ERROR_INVALID_PARAMETER); in direct_req_smc_handler()
412 FFA_ERROR_INVALID_PARAMETER); in direct_req_smc_handler()
446 FFA_ERROR_INVALID_PARAMETER); in direct_req_smc_handler()
455 FFA_ERROR_INVALID_PARAMETER); in direct_req_smc_handler()
524 FFA_ERROR_INVALID_PARAMETER); in direct_resp_smc_handler()
531 FFA_ERROR_INVALID_PARAMETER); in direct_resp_smc_handler()
542 FFA_ERROR_INVALID_PARAMETER); in direct_resp_smc_handler()
551 FFA_ERROR_INVALID_PARAMETER); in direct_resp_smc_handler()
647 FFA_ERROR_INVALID_PARAMETER); in msg_wait_handler()
731 FFA_ERROR_INVALID_PARAMETER); in ffa_error_handler()
[all …]
/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_ffa_main.c137 return FFA_ERROR_INVALID_PARAMETER; in test_memory_send()
159 return FFA_ERROR_INVALID_PARAMETER; in test_memory_send()
165 return FFA_ERROR_INVALID_PARAMETER; in test_memory_send()
184 return FFA_ERROR_INVALID_PARAMETER; in test_memory_send()
197 return FFA_ERROR_INVALID_PARAMETER; in test_memory_send()
261 return FFA_ERROR_INVALID_PARAMETER; in test_memory_send()
/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_logical_sp.c458 FFA_ERROR_INVALID_PARAMETER); in spmd_el3_populate_logical_partition_info()
526 FFA_ERROR_INVALID_PARAMETER); in spmd_el3_invoke_partition_info_get()
638 FFA_ERROR_INVALID_PARAMETER); in spmd_el3_ffa_msg_direct_req()
646 FFA_ERROR_INVALID_PARAMETER); in spmd_el3_ffa_msg_direct_req()
653 FFA_ERROR_INVALID_PARAMETER); in spmd_el3_ffa_msg_direct_req()
660 FFA_ERROR_INVALID_PARAMETER); in spmd_el3_ffa_msg_direct_req()
667 FFA_ERROR_INVALID_PARAMETER); in spmd_el3_ffa_msg_direct_req()
H A Dspmd_pm.c27 int ret = FFA_ERROR_INVALID_PARAMETER; in spmd_pm_secondary_ep_register()
H A Dspmd_main.c1222 FFA_ERROR_INVALID_PARAMETER in spmd_smc_handler()
1243 FFA_ERROR_INVALID_PARAMETER); in spmd_smc_handler()
/rk3399_ARM-atf/include/services/
H A Dffa_svc.h18 #define FFA_ERROR_INVALID_PARAMETER -2 macro