Lines Matching defs:handle
405 uint64_t spmd_el3_populate_logical_partition_info(void *handle, uint64_t x1,
437 assert(handle == cm_get_context(SECURE));
441 return spmd_ffa_error_return(handle, FFA_ERROR_RETRY);
450 return spmd_ffa_error_return(handle, FFA_ERROR_NOT_SUPPORTED);
457 return spmd_ffa_error_return(handle,
485 SMC_RET18(handle, ret.func, ret.arg1, ret.arg2, ret.arg3, ret.arg4,
490 return spmd_ffa_error_return(handle, FFA_ERROR_NOT_SUPPORTED);
570 * that the handle to the context provided belongs to the non-secure context.
581 void *handle,
626 if (handle != cm_get_context(NON_SECURE)) {