Home
last modified time | relevance | path

Searched refs:FFA_ERROR_NO_MEMORY (Results 1 – 3 of 3) sorted by relevance

/tf-a-ffa_el3_spmc/include/services/
A Dffa_svc.h19 #define FFA_ERROR_NO_MEMORY -3 macro
/tf-a-ffa_el3_spmc/services/std_svc/spm/spmc/
A Dspmc_main.c424 error_code = (ret == -ENOMEM) ? FFA_ERROR_NO_MEMORY : FFA_ERROR_INVALID_PARAMETER; in rxtx_map_handler()
438 error_code = (ret == -ENOMEM) ? FFA_ERROR_NO_MEMORY : FFA_ERROR_INVALID_PARAMETER; in rxtx_map_handler()
A Dspmc_shared_mem.c373 return spmc_ffa_error_return(handle, FFA_ERROR_NO_MEMORY); in spmc_ffa_mem_send()

Completed in 9 milliseconds