Home
last modified time | relevance | path

Searched refs:tee_shm_alloc_dma_mem (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tee/
H A Dtee_shm.c284 struct tee_shm *tee_shm_alloc_dma_mem(struct tee_context *ctx, in tee_shm_alloc_dma_mem() function
324 EXPORT_SYMBOL_GPL(tee_shm_alloc_dma_mem);
326 struct tee_shm *tee_shm_alloc_dma_mem(struct tee_context *ctx, in tee_shm_alloc_dma_mem() function
331 EXPORT_SYMBOL_GPL(tee_shm_alloc_dma_mem);
/linux/drivers/tee/optee/
H A Dprotmem.c39 rp->protmem = tee_shm_alloc_dma_mem(rp->optee->ctx, rp->page_count); in init_dyn_protmem()