Lines Matching full:shared
12 #define TEE_GEN_CAP_REG_MEM BIT(1) /* Supports registering shared memory */
14 #define TEE_SHM_REGISTER BIT(0) /* In list of shared memory */
70 * struct tee_shm - memory shared with the TEE
73 * @addr: Pointer to the shared memory
74 * @size: Size of the the shared memory
87 * @shm_offs: Offset in bytes into the shared memory object @shm
89 * @shm: Pointer to a shared memory object for the buffer
176 * @shm_register: Registers memory shared with the TEE
177 * @shm_unregister: Unregisters memory shared with the TEE
220 * shm_register() - Registers memory shared with the TEE
222 * @shm: Pointer to a shared memory object
227 * shm_unregister() - Unregisters memory shared with the TEE
229 * @shm: Pointer to a shared memory object
236 * __tee_shm_add() - Internal helper function to register shared memory
252 * tee_shm_alloc() - Allocate shared memory
265 * tee_shm_register() - Registers shared memory
279 * tee_shm_free() - Frees shared memory
280 * @shm: Shared memory object
285 * tee_shm_is_registered() - Check register status of shared memory object
286 * @shm: Pointer to shared memory object
289 * Returns true if the shared memory object is registered for the supplied