Lines Matching refs:optee_msg_arg
390 struct optee_msg_arg *arg; in cmd_alloc_free_call()
416 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_alloc_free_call()
431 arg = (struct optee_msg_arg *)shm->addr; in cmd_alloc_free_call()
505 struct optee_msg_arg *arg; in cmd_rpc_call()
531 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_rpc_call()
545 arg = (struct optee_msg_arg *)shm->addr; in cmd_rpc_call()
648 struct optee_msg_arg *arg; in cmd_shm_alloc_appl()
674 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_shm_alloc_appl()
691 arg = (struct optee_msg_arg *)shm->addr; in cmd_shm_alloc_appl()
826 struct optee_msg_arg *arg; in cmd_gettime_call()
843 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_gettime_call()
855 arg = (struct optee_msg_arg *)shm->addr; in cmd_gettime_call()
926 struct optee_msg_arg *arg; in cmd_suspend_call()
943 arg = (struct optee_msg_arg *)regs_to_u64(a1, a2); in cmd_suspend_call()
956 arg = (struct optee_msg_arg *)shm->addr; in cmd_suspend_call()
1081 struct optee_msg_arg *arg; in cmd_notify_wait_call()
1095 arg = (struct optee_msg_arg *)shm->addr; in cmd_notify_wait_call()
1116 struct optee_msg_arg *arg; in cmd_notify_send_call()
1130 arg = (struct optee_msg_arg *)shm->addr; in cmd_notify_send_call()