Home
last modified time | relevance | path

Searched refs:tee_shm_alloc_kernel_buf (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/nvmem/
H A Dstm32-bsec-optee-ta.c168 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()
/linux/include/linux/
H A Dtee_drv.h118 struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size);
/linux/drivers/firmware/qcom/
H A Dqcom_pas_tee.c147 mdata_shm = tee_shm_alloc_kernel_buf(data->ctx, size); in qcom_pas_tee_init_image()
248 tee_shm_alloc_kernel_buf(data->ctx, in DEFINE_FREE()
/linux/drivers/tee/
H A Dtee_shm.c181 struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_kernel_buf() function
187 EXPORT_SYMBOL_GPL(tee_shm_alloc_kernel_buf);
/linux/drivers/platform/x86/amd/pmf/
H A Dtee-if.c507 dev->fw_shm_pool = tee_shm_alloc_kernel_buf(dev->tee_ctx, size); in amd_pmf_tee_init()
/linux/drivers/rtc/
H A Drtc-optee.c589 shm = tee_shm_alloc_kernel_buf(priv->ctx, sizeof(struct optee_rtc_info)); in optee_rtc_probe()