Lines Matching defs:payload
30 * @length: Byte size of message payload (variable) + ::message_header (32bit)
31 * payload: SCMI message payload data
38 uint32_t length; /* message_header + payload */
40 uint32_t payload[];
65 * Provision input message payload buffers for fastcall SMC context entries
105 * references to input payload in secure memory and output message buffer
136 VERBOSE("SCMI payload too big %zu", in_payload_size);
150 msg.out = (char *)smt_hdr->payload;
155 /* Here the payload is copied in secure memory */
156 memcpy(msg.in, smt_hdr->payload, in_payload_size);