Searched refs:caller (Results 1 – 7 of 7) sorted by relevance
182 struct caller_info *caller = NULL; in do_jr_dequeue() local235 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 …]
1768 struct ts_session *caller, in sp_cpsr_configure_foreign_interrupts() argument1771 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() local1808 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()
43 struct sp_session *caller, in ffa_get_dst() argument51 if (!caller) { in ffa_get_dst()58 if (FFA_SRC(args->a1) != caller->endpoint_id) { in ffa_get_dst()
23 underflow, strict typing and such so the caller doesn't have to33 there is no recursion. The caller supplies the memory to hold the34 encoded CBOR and encode/decode contexts so caller has full control107 maps and arrays without the caller having to do anything. This134 QCBOR tracks encoding and decoding errors internally so the caller
149 fails, the allocation request fails and returns NULL to the caller. If
285 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
1397 length with 12, but did not inform the caller about it. Fixes #4301.