Lines Matching full:world
27 * We're preparing to make a call to secure world. In case we can't in optee_cq_wait_init()
28 * allocate a thread in secure world we'll end up waiting in in optee_cq_wait_init()
31 * Normally if there's no contention in secure world the call will in optee_cq_wait_init()
38 * guarantees that we don't lose a completion if secure world in optee_cq_wait_init()
79 * We're done with the call to secure world. The thread in secure in optee_cq_wait_final()
80 * world that was used for this call is now available for some in optee_cq_wait_final()
93 * was just done with its call to secure world. Since yet another in optee_cq_wait_final()
94 * thread now is available in secure world wake up another eventual in optee_cq_wait_final()
117 * optee_do_call_with_arg() - Do an SMC to OP-TEE in secure world
119 * @parg: physical address of message to pass to secure world
121 * Does and SMC to OP-TEE in secure world and handles eventual resulting
124 * Returns return code from secure world, 0 is OK
147 * Out of threads in secure world, wait for a thread in optee_do_call_with_arg()
167 * We're done with our thread in secure world, if there's any in optee_do_call_with_arg()
401 /* We need to retry until secure world isn't busy. */ in optee_enable_shm_cache()
426 /* We need to retry until secure world isn't busy. */ in __optee_disable_shm_cache()