Lines Matching full:world
26 * We're preparing to make a call to secure world. In case we can't in optee_cq_wait_init()
27 * allocate a thread in secure world we'll end up waiting in in optee_cq_wait_init()
30 * Normally if there's no contention in secure world the call will in optee_cq_wait_init()
37 * guarantees that we don't lose a completion if secure world in optee_cq_wait_init()
78 * We're done with the call to secure world. The thread in secure in optee_cq_wait_final()
79 * world that was used for this call is now available for some in optee_cq_wait_final()
92 * was just done with its call to secure world. Since yet another in optee_cq_wait_final()
93 * thread now is available in secure world wake up another eventual in optee_cq_wait_final()
116 * optee_do_call_with_arg() - Do an SMC to OP-TEE in secure world
118 * @parg: physical address of message to pass to secure world
120 * Does and SMC to OP-TEE in secure world and handles eventual resulting
123 * Returns return code from secure world, 0 is OK
146 * Out of threads in secure world, wait for a thread in optee_do_call_with_arg()
165 * We're done with our thread in secure world, if there's any in optee_do_call_with_arg()
397 /* We need to retry until secure world isn't busy. */ in optee_enable_shm_cache()
420 /* We need to retry until secure world isn't busy. */ in optee_disable_shm_cache()