Lines Matching defs:data
162 * @pm_arg: pointer to the argument data for the API call.
196 uint32_t data[PAYLOAD_ARG_CNT] = { 0 };
199 pm_arg[3], data, security_flag);
201 SMC_RET2(handle, (uint64_t)ret | ((uint64_t)data[0] << 32U),
202 (uint64_t)data[1] | ((uint64_t)data[2] << 32U));
229 * @pm_arg: pointer to the argument data for the API call.
280 * @pm_arg: pointer to the argument data for the API call.
285 * IPI transaction. The handler ends in TF-A and returns requested data to
335 * @pm_arg: pointer to the argument data for the API call.