Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/drivers/crypto/caam/
H A Dcaam_jr.c182 struct caller_info *caller = NULL; in do_jr_dequeue() local
235 caller = &jr_privdata->callers[idx_jr]; in do_jr_dequeue()
236 if (caam_desc_pop(jr_out) == caller->pdesc) { in do_jr_dequeue()
237 jobctx = caller->jobctx; in do_jr_dequeue()
241 if (caller->job_id & wait_job_ids) in do_jr_dequeue()
242 ret_job_id |= caller->job_id; in do_jr_dequeue()
246 caller->job_id, (vaddr_t)jobctx); in do_jr_dequeue()
248 caller->pdesc = 0; in do_jr_dequeue()
249 caller->jobctx = NULL; in do_jr_dequeue()
250 caller->job_id = JR_JOB_FREE; in do_jr_dequeue()
[all …]
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c1768 struct ts_session *caller, in sp_cpsr_configure_foreign_interrupts() argument
1771 if (caller) { in sp_cpsr_configure_foreign_interrupts()
1772 struct sp_session *caller_sp = to_sp_session(caller); in sp_cpsr_configure_foreign_interrupts()
1797 struct ts_session *caller = NULL; in sp_enter_invoke_cmd() local
1808 caller = ts_get_calling_session(); in sp_enter_invoke_cmd()
1809 sp_cpsr_configure_foreign_interrupts(sp_s, caller, &sp_regs->cpsr); in sp_enter_invoke_cmd()
H A Dspmc_sp_handler.c43 struct sp_session *caller, in ffa_get_dst() argument
51 if (!caller) { in ffa_get_dst()
58 if (FFA_SRC(args->a1) != caller->endpoint_id) { in ffa_get_dst()
/optee_os/core/lib/qcbor/
H A DREADME.md23 underflow, strict typing and such so the caller doesn't have to
33 there is no recursion. The caller supplies the memory to hold the
34 encoded CBOR and encode/decode contexts so caller has full control
107 maps and arrays without the caller having to do anything. This
134 QCBOR tracks encoding and decoding errors internally so the caller
/optee_os/lib/libutils/isoc/
H A Dbget.doc149 fails, the allocation request fails and returns NULL to the caller. If
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md285 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
H A DChangeLog1397 length with 12, but did not inform the caller about it. Fixes #4301.