Lines Matching full:world
14 * an instance of OP-TEE running in secure world. This file is based on
20 * 2. Requests from normal world
21 * 3. Requests from secure world, Remote Procedure Call (RPC), handled by
110 * Secure and normal world communicates pointers as physical address
111 * instead of the virtual address. This is because secure and normal world
112 * have completely independent memory mapping. Normal world can even have a
115 * structure to secure world.
138 * Value parameters are passed unchecked between normal and secure world.
221 * Part 2 - requests from normal world
249 * Used by non-secure world to figure out which Trusted OS is installed.
264 * Used by non-secure world to figure out which version of the Trusted OS
320 * Part 3 - Requests from secure world, RPC
359 * Wait queue primitive, helper for secure world to implement a wait queue.
361 * If secure world need to wait for a secure world mutex it issues a sleep
362 * request instead of spinning in secure world. Conversely is a wakeup
363 * request issued when a secure world mutex with a thread waiting thread is