Home
last modified time | relevance | path

Searched refs:param_types (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/common_modules/tzdriver/
H A Dtc_ns_client.h31 #define teec_param_type_get(param_types, index) \
32 (((param_types) >> ((index) << 2)) & 0x0F)
79 __u32 param_types; member
H A Dteek_client_api.h27 #define TEEC_PARAM_TYPE_GET(param_types, index) \
28 (((param_types) >> ((index) << 2)) & 0x0F)
/kernel/linux/linux-5.10/drivers/tee/amdtee/
H A Dcall.c27 amd->param_types = 0; in tee_params_to_amd_params()
33 amd->param_types |= ((tee[i].attr & 0xF) << i * 4); in tee_params_to_amd_params()
37 type = TEE_PARAM_TYPE_GET(amd->param_types, i); in tee_params_to_amd_params()
84 /* Assumes amd->param_types is valid */ in amd_params_to_tee_params()
86 type = TEE_PARAM_TYPE_GET(amd->param_types, i); in amd_params_to_tee_params()
H A Damdtee_if.h48 u32 param_types; member
/kernel/linux/linux-6.6/drivers/tee/amdtee/
H A Dcall.c27 amd->param_types = 0; in tee_params_to_amd_params()
33 amd->param_types |= ((tee[i].attr & 0xF) << i * 4); in tee_params_to_amd_params()
37 type = TEE_PARAM_TYPE_GET(amd->param_types, i); in tee_params_to_amd_params()
84 /* Assumes amd->param_types is valid */ in amd_params_to_tee_params()
86 type = TEE_PARAM_TYPE_GET(amd->param_types, i); in amd_params_to_tee_params()
H A Damdtee_if.h48 u32 param_types; member
/kernel/linux/common_modules/tzdriver/core/
H A Dgp_ops.c215 param_type = teec_param_type_get(client_context->param_types, index); in tc_user_param_valid()
733 call_params->context->param_types, index); in alloc_operation()
929 if (call_params->context->param_types == 0) in update_client_operation()
934 call_params->context->param_types, index); in update_client_operation()
979 param_type = teec_param_type_get(call_params->context->param_types, index); in free_operation()
1088 if (context->param_types != 0) { in init_smc_cmd()
1278 if (call_params->context->param_types != 0) { in tc_client_call()
H A Dsession_manager.c476 context->param_types = teec_param_types( in set_login_information()
477 teec_param_type_get(context->param_types, 0), in set_login_information()
478 teec_param_type_get(context->param_types, 1), in set_login_information()
H A Dteek_client_api.c139 cli_context->param_types = teec_param_types(param_type[0], in proc_teek_encode()
142 tlogv("cli param type %u\n", cli_context->param_types); in proc_teek_encode()

Completed in 8 milliseconds