Lines Matching full:world
29 * We're preparing to make a call to secure world. In case we can't in optee_cq_wait_init()
30 * allocate a thread in secure world we'll end up waiting in in optee_cq_wait_init()
33 * Normally if there's no contention in secure world the call will in optee_cq_wait_init()
40 * guarantees that we don't lose a completion if secure world in optee_cq_wait_init()
81 * We're done with the call to secure world. The thread in secure in optee_cq_wait_final()
82 * world that was used for this call is now available for some in optee_cq_wait_final()
95 * was just done with its call to secure world. Since yet another in optee_cq_wait_final()
96 * thread now is available in secure world wake up another eventual in optee_cq_wait_final()
119 * optee_do_call_with_arg() - Do an SMC to OP-TEE in secure world
121 * @parg: physical address of message to pass to secure world
123 * Does and SMC to OP-TEE in secure world and handles eventual resulting
126 * Returns return code from secure world, 0 is OK
151 * Out of threads in secure world, wait for a thread in optee_do_call_with_arg()
170 * We're done with our thread in secure world, if there's any in optee_do_call_with_arg()
404 /* We need to retry until secure world isn't busy. */ in optee_enable_shm_cache()
429 /* We need to retry until secure world isn't busy. */ in __optee_disable_shm_cache()