Searched refs:tee_shm_alloc_kernel_buf (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/nvmem/ |
H A D | stm32-bsec-optee-ta.c | 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()
|
/linux/include/linux/ |
H A D | tee_drv.h | 106 struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size);
|
/linux/drivers/tee/optee/ |
H A D | device.c | 145 device_shm = tee_shm_alloc_kernel_buf(ctx, shm_size); in __optee_enumerate_devices()
|
H A D | call.c | 305 res = tee_shm_alloc_kernel_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
|
/linux/drivers/tee/ |
H A D | tee_shm.c | 174 struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_kernel_buf() function 180 EXPORT_SYMBOL_GPL(tee_shm_alloc_kernel_buf);
|
/linux/drivers/firmware/broadcom/ |
H A D | tee_bnxt_fw.c | 215 fw_shm_pool = tee_shm_alloc_kernel_buf(pvt_data.ctx, MAX_SHM_MEM_SZ); in tee_bnxt_fw_probe()
|
/linux/drivers/char/hw_random/ |
H A D | optee-rng.c | 148 entropy_shm_pool = tee_shm_alloc_kernel_buf(pvt_data->ctx, in optee_rng_init()
|
/linux/drivers/char/tpm/ |
H A D | tpm_ftpm_tee.c | 256 pvt_data->shm = tee_shm_alloc_kernel_buf(pvt_data->ctx, in ftpm_tee_probe()
|
/linux/drivers/rtc/ |
H A D | rtc-optee.c | 277 shm = tee_shm_alloc_kernel_buf(priv->ctx, sizeof(struct optee_rtc_info)); in optee_rtc_probe()
|
/linux/drivers/firmware/arm_scmi/transports/ |
H A D | optee.c | 336 channel->tee_shm = tee_shm_alloc_kernel_buf(scmi_optee_private->tee_ctx, msg_size); in setup_dynamic_shmem()
|
/linux/drivers/platform/x86/amd/pmf/ |
H A D | tee-if.c | 456 dev->fw_shm_pool = tee_shm_alloc_kernel_buf(dev->tee_ctx, size); in amd_pmf_tee_init()
|