Home
last modified time | relevance | path

Searched refs:op_params (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
H A Dgp_ops.c50 struct tc_op_params *op_params);
344 struct tc_op_params *op_params, uint8_t kernel_params, in alloc_for_tmp_mem()
372 op_params->mb_pack->operation.params[index].memref.size = buffer_size; in alloc_for_tmp_mem()
374 op_params->trans_paramtype[index] = param_type; in alloc_for_tmp_mem()
377 op_params->local_tmpbuf[index].temp_buffer = NULL; in alloc_for_tmp_mem()
378 op_params->local_tmpbuf[index].size = 0; in alloc_for_tmp_mem()
379 op_params->mb_pack->operation.params[index].memref.buffer = 0; in alloc_for_tmp_mem()
380 op_params->mb_pack->operation.buffer_h_addr[index] = 0; in alloc_for_tmp_mem()
389 op_params->local_tmpbuf[index].temp_buffer = temp_buf; in alloc_for_tmp_mem()
390 op_params in alloc_for_tmp_mem()
343 alloc_for_tmp_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_tmp_mem() argument
452 set_operation_buffer(const struct tc_ns_shared_mem *shared_mem, void *buffer_addr, uint32_t buffer_size, unsigned int index, struct tc_op_params *op_params) set_operation_buffer() argument
481 alloc_for_ref_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ref_mem() argument
612 transfer_shared_mem(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_shared_mem() argument
659 transfer_shared_mem(const struct tc_call_params *call_params, const struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_shared_mem() argument
673 transfer_client_value(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) transfer_client_value() argument
713 alloc_operation(const struct tc_call_params *call_params, struct tc_op_params *op_params) alloc_operation() argument
774 update_tmp_mem(const struct tc_call_params *call_params, const struct tc_op_params *op_params, unsigned int index, bool is_complete) update_tmp_mem() argument
826 update_for_ref_mem(const struct tc_call_params *call_params, const struct tc_op_params *op_params, unsigned int index) update_for_ref_mem() argument
882 update_for_value(const struct tc_call_params *call_params, const struct tc_op_params *op_params, unsigned int index) update_for_value() argument
918 update_client_operation(const struct tc_call_params *call_params, const struct tc_op_params *op_params, bool is_complete) update_client_operation() argument
970 free_operation(const struct tc_call_params *call_params, struct tc_op_params *op_params) free_operation() argument
1046 alloc_for_client_call(struct tc_op_params *op_params) alloc_for_client_call() argument
1065 init_smc_cmd(const struct tc_call_params *call_params, struct tc_op_params *op_params) init_smc_cmd() argument
1106 need_check_login(const struct tc_call_params *call_params, const struct tc_op_params *op_params) need_check_login() argument
1117 check_login_for_encrypt(const struct tc_call_params *call_params, struct tc_op_params *op_params) check_login_for_encrypt() argument
1151 reset_session_id(const struct tc_call_params *call_params, const struct tc_op_params *op_params, int tee_ret) reset_session_id() argument
1191 release_tc_call_resource(const struct tc_call_params *call_params, struct tc_op_params *op_params, int tee_ret) release_tc_call_resource() argument
1213 config_smc_cmd_context(const struct tc_call_params *call_params, struct tc_op_params *op_params) config_smc_cmd_context() argument
1227 handle_ta_pending(const struct tc_call_params *call_params, struct tc_op_params *op_params, int *tee_ret) handle_ta_pending() argument
1241 post_proc_smc_return(const struct tc_call_params *call_params, struct tc_op_params *op_params, int tee_ret) post_proc_smc_return() argument
1268 struct tc_op_params op_params = { NULL, NULL, {{0}}, {0}, false }; tc_client_call() local
[all...]
/kernel/linux/common_modules/tzdriver/
H A Ddynamic_mem.h78 struct tc_op_params *op_params, uint8_t kernel_params,
81 struct tc_op_params *op_params, uint8_t kernel_params,
125 struct tc_op_params *op_params, uint8_t kernel_params, in alloc_for_ion_sglist()
129 (void)op_params; in alloc_for_ion_sglist()
138 struct tc_op_params *op_params, uint8_t kernel_params, in alloc_for_ion()
142 (void)op_params; in alloc_for_ion()
124 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion_sglist() argument
137 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion() argument
/kernel/linux/common_modules/tzdriver/ion/
H A Ddynamic_ion_mem.h78 struct tc_op_params *op_params, uint8_t kernel_params,
81 struct tc_op_params *op_params, uint8_t kernel_params,
125 struct tc_op_params *op_params, uint8_t kernel_params, in alloc_for_ion_sglist()
129 (void)op_params; in alloc_for_ion_sglist()
138 struct tc_op_params *op_params, uint8_t kernel_params, in alloc_for_ion()
142 (void)op_params; in alloc_for_ion()
124 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion_sglist() argument
137 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) alloc_for_ion() argument
H A Ddynamic_ion_mem.c528 struct tc_op_params *op_params, uint8_t kernel_params,
540 if (index >= TEE_PARAM_NUM || !call_params || !op_params)
543 operation = &op_params->mb_pack->operation;
572 op_params->local_tmpbuf[index].temp_buffer = phys_to_virt(ion_sglist_addr);
573 op_params->local_tmpbuf[index].size = ion_sglist_size;
579 op_params->trans_paramtype[index] = param_type;
613 struct tc_op_params *op_params, uint8_t kernel_params,
625 if (index >= TEE_PARAM_NUM || !call_params || !op_params)
628 operation = &op_params->mb_pack->operation;
654 op_params
527 alloc_for_ion_sglist(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) global() argument
612 alloc_for_ion(const struct tc_call_params *call_params, struct tc_op_params *op_params, uint8_t kernel_params, uint32_t param_type, unsigned int index) global() argument
[all...]

Completed in 3 milliseconds