Home
last modified time | relevance | path

Searched refs:tee_shm_get_pa (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/tee/
Dtee_shm.c401 return tee_shm_get_pa( in tee_shm_va2pa()
459 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa() function
467 EXPORT_SYMBOL_GPL(tee_shm_get_pa);
/Linux-v4.19/drivers/tee/optee/
Dcore.c85 rc = tee_shm_get_pa(shm, 0, &pa); in optee_from_msg_param()
96 rc = tee_shm_get_pa(shm, o, NULL); in optee_from_msg_param()
144 rc = tee_shm_get_pa(p->u.memref.shm, p->u.memref.shm_offs, &pa); in to_msg_param_tmp_mem()
Drpc.c244 if (tee_shm_get_pa(shm, 0, &pa)) { in handle_rpc_func_cmd_shm_alloc()
418 if (!IS_ERR(shm) && !tee_shm_get_pa(shm, 0, &pa)) { in optee_handle_rpc()
Dcall.c200 rc = tee_shm_get_pa(shm, 0, msg_parg); in get_msg_arg()
/Linux-v4.19/include/linux/
Dtee_drv.h402 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa);