Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c372 static uint64_t regs_to_u64(uint32_t reg0, uint32_t reg1) in regs_to_u64() function
416 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_alloc_free_call()
424 g_shm_ref = regs_to_u64(a4, a5); in cmd_alloc_free_call()
430 shm = (struct tee_shm *)regs_to_u64(a1, a2); in cmd_alloc_free_call()
531 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_rpc_call()
544 shm = (struct tee_shm *)regs_to_u64(a1, a2); in cmd_rpc_call()
674 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_shm_alloc_appl()
682 g_shm_ref = regs_to_u64(a4, a5); in cmd_shm_alloc_appl()
690 shm = (struct tee_shm *)regs_to_u64(a1, a2); in cmd_shm_alloc_appl()
843 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_gettime_call()
[all …]
/Zephyr-latest/drivers/tee/optee/
Doptee.c235 static uint64_t regs_to_u64(uint32_t reg0, uint32_t reg1) in regs_to_u64() function
662 shm = (struct tee_shm *)regs_to_u64(param->a1, param->a2); in handle_rpc_call()
669 shm = (struct tee_shm *)regs_to_u64(param->a1, param->a2); in handle_rpc_call()