Searched refs:tee_shm_alloc_kernel_buf (Results 1 – 5 of 5) sorted by relevance
168 shm = tee_shm_alloc_kernel_buf(ctx, num_bytes); in stm32_bsec_optee_ta_read()233 shm = tee_shm_alloc_kernel_buf(ctx, bytes); in stm32_bsec_optee_ta_write()
145 device_shm = tee_shm_alloc_kernel_buf(ctx, shm_size); in __optee_enumerate_devices()
305 res = tee_shm_alloc_kernel_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
181 struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_kernel_buf() function187 EXPORT_SYMBOL_GPL(tee_shm_alloc_kernel_buf);
589 shm = tee_shm_alloc_kernel_buf(priv->ctx, sizeof(struct optee_rtc_info)); in optee_rtc_probe()