Home
last modified time | relevance | path

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

/drivers/tee/optee/
Dsmc_abi.c79 rc = tee_shm_get_pa(shm, 0, &pa); in from_msg_param_tmp_mem()
176 rc = tee_shm_get_pa(p->u.memref.shm, p->u.memref.shm_offs, &pa); in to_msg_param_tmp_mem()
699 if (tee_shm_get_pa(shm, 0, &pa)) { in handle_rpc_func_cmd_shm_alloc()
808 if (!IS_ERR(shm) && !tee_shm_get_pa(shm, 0, &pa)) { in optee_handle_rpc()
898 rc = tee_shm_get_pa(shm, offs, &parg); in optee_smc_do_call_with_arg()
/drivers/tee/
Dtee_shm.c461 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa() function
469 EXPORT_SYMBOL_GPL(tee_shm_get_pa);