Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/
Dtee_shm.c201 struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_kernel_buf() function
207 EXPORT_SYMBOL_GPL(tee_shm_alloc_kernel_buf);
/linux-6.1.9/drivers/tee/optee/
Ddevice.c124 device_shm = tee_shm_alloc_kernel_buf(ctx, shm_size); in __optee_enumerate_devices()
Dcall.c223 res = tee_shm_alloc_kernel_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
/linux-6.1.9/drivers/firmware/broadcom/
Dtee_bnxt_fw.c215 fw_shm_pool = tee_shm_alloc_kernel_buf(pvt_data.ctx, MAX_SHM_MEM_SZ); in tee_bnxt_fw_probe()
/linux-6.1.9/include/linux/
Dtee_drv.h274 struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size);
/linux-6.1.9/drivers/char/hw_random/
Doptee-rng.c148 entropy_shm_pool = tee_shm_alloc_kernel_buf(pvt_data->ctx, in optee_rng_init()
/linux-6.1.9/drivers/char/tpm/
Dtpm_ftpm_tee.c257 pvt_data->shm = tee_shm_alloc_kernel_buf(pvt_data->ctx, in ftpm_tee_probe()
/linux-6.1.9/drivers/rtc/
Drtc-optee.c277 shm = tee_shm_alloc_kernel_buf(priv->ctx, sizeof(struct optee_rtc_info)); in optee_rtc_probe()
/linux-6.1.9/drivers/firmware/arm_scmi/
Doptee.c352 channel->tee_shm = tee_shm_alloc_kernel_buf(scmi_optee_private->tee_ctx, msg_size); in setup_dynamic_shmem()