Lines Matching defs:handle
51 static uint64_t ipi_fiq_handler(uint32_t id, uint32_t flags, void *handle,
144 * assume the rich OS is OK to handle callback IRQs now.
163 * @handle: Pointer to caller's context structure.
175 void *handle, uint32_t security_flag)
191 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32U);
201 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)data[0] << 32U),
210 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)result[0] << 32U),
218 SMC_RET1(handle, (uint64_t)ret);
230 * @handle: Pointer to caller's context structure.
244 void *handle, uint32_t security_flag)
253 SMC_RET1(handle, (u_register_t)ret);
257 SMC_RET1(handle, (u_register_t)ret);
262 SMC_RET1(handle, (u_register_t)ret);
266 SMC_RET1(handle, (u_register_t)ret);
270 SMC_RET1(handle, (u_register_t)ret);
281 * @handle: Pointer to caller's context structure.
292 void *handle, uint32_t security_flag)
302 SMC_RET1(handle, (uint32_t)PM_RET_ERROR_ARGS);
305 SMC_RET1(handle, (uint32_t)PM_RET_SUCCESS);
318 SMC_RET2(handle,
324 SMC_RET1(handle, (uint64_t)PM_RET_SUCCESS |
336 * @handle: Pointer to caller's context structure.
350 void *handle, uint32_t security_flag)
368 SMC_RET2(handle, (uint64_t)buf[0] | ((uint64_t)buf[1] << 32U),
373 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)buf[0] << 32U),
385 * @handle: Pointer to caller's context structure.
399 uint64_t x4, const void *cookie, void *handle, uint64_t flags)
409 SMC_RET1(handle, SMC_UNK);
431 ret = eemi_for_compatibility(api_id, pm_arg, handle, security_flag);
436 ret = eemi_psci_debugfs_handler(api_id, pm_arg, handle, flags);
441 ret = TF_A_specific_handler(api_id, pm_arg, handle, security_flag);
446 ret = eemi_handler(api_id, pm_arg, handle, security_flag);