Lines Matching defs:handle
169 static uintptr_t qti_sip_mem_assign(void *handle, uint32_t smc_cc,
178 u_register_t x5 = read_ctx_reg(get_gpregs_ctx(handle), CTX_GPREG_X5);
285 SMC_RET2(handle, QTI_SIP_SUCCESS, ret);
293 SMC_RET2(handle, QTI_SIP_INVALID_PARAM, ret);
305 void *cookie, void *handle, u_register_t flags)
319 SMC_RET1(handle, QTI_SIP_SVC_CALL_COUNT);
325 SMC_UUID_RET(handle, qti_sip_svc_uid);
331 SMC_RET2(handle, QTI_SIP_SVC_VERSION_MAJOR,
338 SMC_RET1(handle, QTI_SIP_INVALID_PARAM);
341 SMC_RET2(handle, QTI_SIP_SUCCESS, 1);
343 SMC_RET2(handle, QTI_SIP_SUCCESS, 0);
351 SMC_RET2(handle, QTI_SIP_SUCCESS,
354 SMC_RET1(handle, QTI_SIP_INVALID_PARAM);
362 SMC_RET1(handle, QTI_SIP_SUCCESS);
364 SMC_RET1(handle, QTI_SIP_INVALID_PARAM);
369 return qti_sip_mem_assign(handle, GET_SMC_CC(smc_fid),
375 SMC_RET1(handle, QTI_SIP_NOT_SUPPORTED);
378 return (uintptr_t) handle;