Searched refs:tee_shm_get_pa (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/tee/ |
| A D | tee_shm.c | 334 return tee_shm_get_pa( in tee_shm_va2pa() 392 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa() function 400 EXPORT_SYMBOL_GPL(tee_shm_get_pa);
|
| /linux/drivers/tee/optee/ |
| A D | smc_abi.c | 67 rc = tee_shm_get_pa(shm, 0, &pa); in from_msg_param_tmp_mem() 164 rc = tee_shm_get_pa(p->u.memref.shm, p->u.memref.shm_offs, &pa); in to_msg_param_tmp_mem() 622 if (tee_shm_get_pa(shm, 0, &pa)) { in handle_rpc_func_cmd_shm_alloc() 737 if (!IS_ERR(shm) && !tee_shm_get_pa(shm, 0, &pa)) { in optee_handle_rpc() 794 rc = tee_shm_get_pa(arg, 0, &parg); in optee_smc_do_call_with_arg()
|
| /linux/include/linux/ |
| A D | tee_drv.h | 412 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa);
|
| /linux/ |
| A D | vmlinux.symvers | 2265 0x00000000 tee_shm_get_pa vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 49056 ffff800010d1de50 T tee_shm_get_pa
|
| A D | .tmp_System.map | 49056 ffff800010d1de50 T tee_shm_get_pa
|
Completed in 357 milliseconds