Mistake on this page?
Report an issue in GitHub or email us
Data Fields
psa_msg Struct Reference

Structure containing the PSA IPC message sent from a client partition to an RoT Service. More...

#include <psa_defs.h>

Data Fields

uint32_t type
 The message type. More...
 
psa_handle_t handle
 Handle for the internal message structure. More...
 
int32_t client_id
 Message origin. More...
 
void * rhandle
 Reverse handle. More...
 
size_t in_size [(4UL)]
 Array of sizes in bytes of the message payloads. More...
 
size_t out_size [(4UL)]
 Array of sizes in bytes of the response buffers. More...
 

Detailed Description

Structure containing the PSA IPC message sent from a client partition to an RoT Service.

Definition at line 86 of file psa_defs.h.

Field Documentation

int32_t client_id

Message origin.

Definition at line 89 of file psa_defs.h.

psa_handle_t handle

Handle for the internal message structure.

Definition at line 88 of file psa_defs.h.

size_t in_size[(4UL) ]

Array of sizes in bytes of the message payloads.

Definition at line 91 of file psa_defs.h.

size_t out_size[(4UL) ]

Array of sizes in bytes of the response buffers.

Definition at line 92 of file psa_defs.h.

void* rhandle

Reverse handle.

Definition at line 90 of file psa_defs.h.

uint32_t type

The message type.

Definition at line 87 of file psa_defs.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.