Home
last modified time | relevance | path

Searched defs:ctrl_param (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-latest/interface/include/
Dtfm_psa_call_pack.h51 #define PARAM_UNPACK_TYPE(ctrl_param) \ argument
54 #define PARAM_UNPACK_IN_LEN(ctrl_param) \ argument
57 #define PARAM_UNPACK_OUT_LEN(ctrl_param) \ argument
60 #define PARAM_SET_NS_VEC(ctrl_param) ((ctrl_param) | NS_VEC_DESC_BIT) argument
61 #define PARAM_IS_NS_VEC(ctrl_param) ((ctrl_param) & NS_VEC_DESC_BIT) argument
63 #define PARAM_SET_NS_INVEC(ctrl_param) ((ctrl_param) | NS_INVEC_BIT) argument
64 #define PARAM_IS_NS_INVEC(ctrl_param) ((ctrl_param) & NS_INVEC_BIT) argument
65 #define PARAM_SET_NS_OUTVEC(ctrl_param) ((ctrl_param) | NS_OUTVEC_BIT) argument
66 #define PARAM_IS_NS_OUTVEC(ctrl_param) ((ctrl_param) & NS_OUTVEC_BIT) argument
68 #define PARAM_HAS_IOVEC(ctrl_param) \ argument
/trusted-firmware-m-latest/secure_fw/spm/core/
Dpsa_call_api.c20 uint32_t ctrl_param, in spm_associate_call_params()
157 uint32_t ctrl_param, in tfm_spm_client_psa_call()
Dpsa_interface_svc.c32 uint32_t ctrl_param, in tfm_psa_call_pack_svc()
Dpsa_interface_sfn.c37 psa_status_t tfm_psa_call_pack(psa_handle_t handle, uint32_t ctrl_param, in tfm_psa_call_pack()
Dpsa_interface_thread_fn_call.c55 uint32_t ctrl_param, in tfm_psa_call_pack_thread_fn_call()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/rse_comms/
Drse_comms_protocol_pointer_access.h22 uint32_t ctrl_param; variable
Drse_comms_protocol_embed.h22 uint32_t ctrl_param; /* type, in_len, out_len */ variable
/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/rse_comms/
Drse_comms_protocol_embed.h22 uint32_t ctrl_param; /* type, in_len, out_len */ variable
/trusted-firmware-m-latest/secure_fw/partitions/ns_agent_tz/
Dpsa_api_veneers_v80m.c147 uint32_t ctrl_param, in tfm_psa_call_veneer()
Dpsa_api_veneers.c56 uint32_t ctrl_param, in tfm_psa_call_veneer()
/trusted-firmware-m-latest/secure_fw/partitions/lib/runtime/
Dpsa_api_ipc.c26 uint32_t ctrl_param, in tfm_psa_call_pack()