Home
last modified time | relevance | path

Searched refs:smt_header (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/core/drivers/scmi-msg/
A Dsmt.c25 struct smt_header { struct
53 static struct smt_header *channel_to_smt_hdr(struct scmi_msg_channel *channel) in channel_to_smt_hdr()
58 return (struct smt_header *)io_pa_or_va(&channel->shm_addr, in channel_to_smt_hdr()
59 sizeof(struct smt_header)); in channel_to_smt_hdr()
71 struct smt_header *smt_hdr = NULL; in scmi_entry_smt()
145 struct smt_header *smt_header = channel_to_smt_hdr(channel); in scmi_smt_init_agent_channel() local
147 static_assert(SCMI_SEC_PAYLOAD_SIZE + sizeof(struct smt_header) <= in scmi_smt_init_agent_channel()
150 assert(smt_header); in scmi_smt_init_agent_channel()
152 memset(smt_header, 0, sizeof(*smt_header)); in scmi_smt_init_agent_channel()
153 smt_header->status = SMT_STATUS_FREE; in scmi_smt_init_agent_channel()

Completed in 3 milliseconds