Lines Matching defs:handle
14 * handle the request locally or delegate it to the Secure Payload. It is also
79 void *handle,
89 assert(handle == cm_get_context(NON_SECURE));
104 * Tell the OPTEE that it has to handle an FIQ (synchronously).
431 void *handle,
447 SMC_UUID_RET(handle, optee_image_load_uuid);
457 SMC_RET1(handle, -EPERM);
470 SMC_RET1(handle, -EINVAL);
472 SMC_RET1(handle, opteed_handle_smc_load(
482 assert(handle == cm_get_context(NON_SECURE));
493 SMC_RET1(handle, -EINVAL);
527 read_ctx_reg(get_gpregs_ctx(handle),
531 read_ctx_reg(get_gpregs_ctx(handle),
535 read_ctx_reg(get_gpregs_ctx(handle),
540 read_ctx_reg(get_gpregs_ctx(handle),
647 assert(handle == cm_get_context(SECURE));