Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c171 spmc_set_args(args, FFA_ERROR, 0, ffa_ret, 0, 0, 0); in set_simple_ret_val()
222 if (args->a0 == FFA_ERROR && args->a2) in get_ffa_ret_code()
259 uint32_t ret_fid = FFA_ERROR; in handle_features()
290 case FFA_ERROR: in handle_features()
607 uint32_t ret_fid = FFA_ERROR; in spmc_handle_partition_info_get()
629 ret_fid = FFA_ERROR; in spmc_handle_partition_info_get()
638 ret_fid = FFA_ERROR; in spmc_handle_partition_info_get()
851 uint32_t w0 = FFA_ERROR; in handle_framework_direct_request()
1367 uint32_t ret_fid = FFA_ERROR; in handle_mem_op()
1495 ret_fid = FFA_ERROR; in handle_mem_frag_tx()
[all …]
H A Dspmc_sp_handler.c33 spmc_set_args(args, FFA_ERROR, FFA_PARAM_MBZ, error, FFA_PARAM_MBZ, in ffa_set_error()
1119 case FFA_ERROR: in handle_features()
1126 ret_fid = FFA_ERROR; in handle_features()
1141 uint32_t ret_fid = FFA_ERROR; in handle_mem_perm_get()
1188 uint32_t ret_fid = FFA_ERROR; in handle_mem_perm_set()
1259 uint32_t ret_fid = FFA_ERROR; in handle_console_log()
1322 case FFA_ERROR: in spmc_sp_msg_handler()
H A Dstmm_sp.c786 SVC_REGS_A0(regs) = FFA_ERROR; in spm_eret_error()
978 case FFA_ERROR: in spm_handle_scall()
/optee_os/core/arch/arm/include/
H A Dffa.h46 #define FFA_ERROR U(0x84000060) macro