Home
last modified time | relevance | path

Searched refs:optee_msg_arg (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/tee/optee/
Doptee_msg.h206 struct optee_msg_arg { struct
229 (sizeof(struct optee_msg_arg) + \
237 ((OPTEE_MSG_NONCONTIG_PAGE_SIZE - sizeof(struct optee_msg_arg)) / \
Doptee.c246 static inline bool check_param_input(struct optee_msg_arg *arg) in check_param_input()
328 static void handle_cmd_alloc(const struct device *dev, struct optee_msg_arg *arg, in handle_cmd_alloc()
382 static void handle_cmd_free(const struct device *dev, struct optee_msg_arg *arg) in handle_cmd_free()
411 static void handle_cmd_get_time(const struct device *dev, struct optee_msg_arg *arg) in handle_cmd_get_time()
522 static void handle_cmd_notify(const struct device *dev, struct optee_msg_arg *arg) in handle_cmd_notify()
551 static void handle_cmd_wait(const struct device *dev, struct optee_msg_arg *arg) in handle_cmd_wait()
577 static void handle_rpc_supp_cmd(const struct device *dev, struct optee_msg_arg *arg) in handle_rpc_supp_cmd()
611 struct optee_msg_arg *arg = shm->addr; in handle_func_rpc_call()
679 static int optee_call(const struct device *dev, struct optee_msg_arg *arg) in optee_call()
733 struct optee_msg_arg *marg; in optee_close_session()
[all …]
/Zephyr-latest/tests/drivers/tee/optee/src/
Dmain.c390 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()
[all …]