Searched refs:TEE_SHM_ALLOC (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/tee/ |
D | tee.c | 20 if (flags & TEE_SHM_ALLOC) { in tee_add_shm() 62 if (flags & TEE_SHM_ALLOC) { in tee_add_shm() 95 if (shm->flags & TEE_SHM_ALLOC) { in tee_rm_shm()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | tee.h | 80 #define TEE_SHM_ALLOC BIT(1) macro 542 flags &= ~TEE_SHM_ALLOC; in z_impl_tee_shm_register() 585 return tee_add_shm(dev, NULL, 0, size, flags | TEE_SHM_ALLOC | TEE_SHM_REGISTER, shm); in z_impl_tee_shm_alloc()
|
/Zephyr-latest/drivers/tee/optee/ |
D | optee.c | 346 rc = tee_add_shm(dev, NULL, 0, arg->params[0].u.value.b, TEE_SHM_ALLOC, &shm); in handle_cmd_alloc() 651 TEE_SHM_ALLOC, &shm)) { in handle_rpc_call() 737 TEE_SHM_ALLOC, &shm); in optee_close_session() 771 TEE_SHM_ALLOC, &shm); in optee_open_session() 837 TEE_SHM_ALLOC, &shm); in optee_cancel() 871 TEE_SHM_ALLOC, &shm); in optee_invoke_func() 975 TEE_SHM_ALLOC, &shm_arg); in optee_shm_register() 1017 TEE_SHM_ALLOC, &shm_arg); in optee_shm_unregister()
|