Home
last modified time | relevance | path

Searched defs:cmd_type (Results 1 – 7 of 7) sorted by relevance

/base/tee/tee_os_framework/framework/gtask/src/manager/
Dsession_manager.c56 …te__((noinline)) call_ta_invoke_close_session(const smc_cmd_t *cmd, uint32_t cmd_type, uint32_t cm… in call_ta_invoke_close_session()
142 TEE_Result async_call_ta_entry(const smc_cmd_t *cmd, uint32_t cmd_type, uint32_t cmd_id) in async_call_ta_entry()
502 TEE_Result start_ta_task(const smc_cmd_t *cmd, uint32_t cmd_type) in start_ta_task()
536 static int get_ta2ta_level(uint32_t cmd_type, uint32_t task_id, uint32_t *level) in get_ta2ta_level()
567 static void add_session_to_ta2ta_list(uint32_t cmd_type, uint32_t caller_task_id, struct session_st… in add_session_to_ta2ta_list()
698 static TEE_Result create_session(smc_cmd_t *cmd, uint32_t cmd_type, uint32_t caller_id, bool handle… in create_session()
761 static TEE_Result is_session_valid(const smc_cmd_t *cmd, uint32_t cmd_type) in is_session_valid()
788 static bool check_handle_ref_cnt(uint32_t cmd_type, const struct ta2ta_info_t *ta2ta_info) in check_handle_ref_cnt()
802 TEE_Result open_session(smc_cmd_t *cmd, uint32_t cmd_type, uint32_t caller_id, in open_session()
1034 TEE_Result process_open_session(const smc_cmd_t *cmd, uint32_t cmd_type) in process_open_session()
[all …]
Dagent_manager.c637 static void put_agent_request_cmd(smc_cmd_t *cmd, uint32_t cmd_type, uint32_t agent_id) in put_agent_request_cmd()
651 uint32_t cmd_type; in handle_ta_agent_back_cmd() local
/base/tee/tee_os_framework/framework/gtask/src/framework/
Dtee_s_cmd_dispatch.c50 static void gt_cmd_response(smc_cmd_t *cmd, uint32_t cmd_type, uint32_t ret_task_id) in gt_cmd_response()
143 uint32_t cmd_type, bool *need_response) in call_ta_open_session_prop()
Dglobal_task.c348 static TEE_Result processs_opensession(smc_cmd_t *cmd, uint32_t cmd_type, uint32_t task_id, bool *a… in processs_opensession()
378 TEE_Result process_ta_common_cmd(smc_cmd_t *cmd, uint32_t cmd_type, uint32_t task_id, bool *async, in process_ta_common_cmd()
Dtee_task_exception.c53 static void ta_exception_response(smc_cmd_t *cmd, uint32_t cmd_type, uint32_t father_task_id) in ta_exception_response()
/base/tee/tee_os_framework/framework/gtask/src/include/
Dgtask_core.h110 uint32_t cmd_type; /* Cmd type, n->s or s->s */ member
/base/tee/tee_os_framework/lib/teelib/libteeos/include/tee/
Dta_framework.h83 unsigned int cmd_type; /* refer to smc_cmd_type */ member