Lines Matching refs:regs_to_u64
372 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()
849 g_shm_ref = regs_to_u64(a4, a5); in cmd_gettime_call()
854 shm = (struct tee_shm *)regs_to_u64(a1, a2); in cmd_gettime_call()
943 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_suspend_call()
950 g_shm_ref = regs_to_u64(a4, a5); in cmd_suspend_call()
955 shm = (struct tee_shm *)regs_to_u64(a1, a2); in cmd_suspend_call()
1034 g_shm_ref = regs_to_u64(a4, a5); in cmd_notify_alloc_call()