Searched refs:param_types (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/common_modules/tzdriver/ |
H A D | tc_ns_client.h | 31 #define teec_param_type_get(param_types, index) \ 32 (((param_types) >> ((index) << 2)) & 0x0F) 79 __u32 param_types; member
|
H A D | teek_client_api.h | 27 #define TEEC_PARAM_TYPE_GET(param_types, index) \ 28 (((param_types) >> ((index) << 2)) & 0x0F)
|
/kernel/linux/linux-5.10/drivers/tee/amdtee/ |
H A D | call.c | 27 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 D | amdtee_if.h | 48 u32 param_types; member
|
/kernel/linux/linux-6.6/drivers/tee/amdtee/ |
H A D | call.c | 27 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 D | amdtee_if.h | 48 u32 param_types; member
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | gp_ops.c | 215 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 D | session_manager.c | 476 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 D | teek_client_api.c | 139 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