Searched refs:tee_shm_get_pa (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/tee/ |
H A D | tee_shm.c | 335 return tee_shm_get_pa( in tee_shm_va2pa() 386 * tee_shm_get_pa() - Get physical address of a shared memory plus an offset 393 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa() function 401 EXPORT_SYMBOL_GPL(tee_shm_get_pa); variable
|
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | smc_abi.c | 99 rc = tee_shm_get_pa(shm, 0, &pa); in from_msg_param_tmp_mem() 196 rc = tee_shm_get_pa(p->u.memref.shm, p->u.memref.shm_offs, &pa); in to_msg_param_tmp_mem() 719 if (tee_shm_get_pa(shm, 0, &pa)) { in handle_rpc_func_cmd_shm_alloc() 828 if (!IS_ERR(shm) && !tee_shm_get_pa(shm, 0, &pa)) { in optee_handle_rpc() 918 rc = tee_shm_get_pa(shm, offs, &parg); in optee_smc_do_call_with_arg()
|
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | rpc.c | 330 if (tee_shm_get_pa(shm, 0, &pa)) { in handle_rpc_func_cmd_shm_alloc() 508 if (!IS_ERR(shm) && !tee_shm_get_pa(shm, 0, &pa)) { in optee_handle_rpc()
|
H A D | core.c | 78 rc = tee_shm_get_pa(shm, 0, &pa); in optee_from_msg_param() 127 rc = tee_shm_get_pa(p->u.memref.shm, p->u.memref.shm_offs, &pa); in to_msg_param_tmp_mem()
|
H A D | call.c | 194 rc = tee_shm_get_pa(shm, 0, msg_parg); in get_msg_arg()
|
/kernel/linux/linux-6.6/drivers/tee/ |
H A D | tee_shm.c | 437 * tee_shm_get_pa() - Get physical address of a shared memory plus an offset 444 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa) in tee_shm_get_pa() function 452 EXPORT_SYMBOL_GPL(tee_shm_get_pa); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tee_drv.h | 400 * tee_shm_get_pa() - Get physical address of a shared memory plus an offset 407 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tee_drv.h | 311 * tee_shm_get_pa() - Get physical address of a shared memory plus an offset 318 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa);
|
Completed in 9 milliseconds