Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/
A Dcaam_jr.c180 struct caller_info *caller = NULL; in do_jr_dequeue() local
235 jobctx = caller->jobctx; in do_jr_dequeue()
239 if (caller->job_id & wait_job_ids) in do_jr_dequeue()
240 ret_job_id |= caller->job_id; in do_jr_dequeue()
244 caller->job_id, (vaddr_t)jobctx); in do_jr_dequeue()
246 caller->pdesc = 0; in do_jr_dequeue()
247 caller->jobctx = NULL; in do_jr_dequeue()
248 caller->job_id = JR_JOB_FREE; in do_jr_dequeue()
294 struct caller_info *caller = NULL; in do_jr_enqueue() local
333 caller->job_id = job_mask; in do_jr_enqueue()
[all …]
/optee_os/core/arch/arm/kernel/
A Dspmc_sp_handler.c39 struct sp_session *caller, in ffa_get_dst() argument
50 if (!caller) { in ffa_get_dst()
57 if (FFA_SRC(args->a1) != caller->endpoint_id) { in ffa_get_dst()
/optee_os/lib/libutils/isoc/
A Dbget.doc149 fails, the allocation request fails and returns NULL to the caller. If
/optee_os/lib/libmbedtls/mbedtls/
A DREADME.md211 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…

Completed in 7 milliseconds