Searched refs:token (Results 1 – 9 of 9) sorted by relevance
/arm-trusted-firmware-2.8.0/drivers/arm/css/scmi/ |
A D | scmi_sys_pwr_proto.c | 21 unsigned int token = 0; in scmi_sys_pwr_state_set() local 31 SCMI_SYS_PWR_STATE_SET_MSG, token); in scmi_sys_pwr_state_set() 41 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_sys_pwr_state_set() 54 unsigned int token = 0; in scmi_sys_pwr_state_get() local 64 SCMI_SYS_PWR_STATE_GET_MSG, token); in scmi_sys_pwr_state_get() 73 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_sys_pwr_state_get()
|
A D | scmi_ap_core_proto.c | 21 unsigned int token = 0; in scmi_ap_core_set_reset_addr() local 31 SCMI_AP_CORE_RESET_ADDR_SET_MSG, token); in scmi_ap_core_set_reset_addr() 42 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_ap_core_set_reset_addr() 55 unsigned int token = 0; in scmi_ap_core_get_reset_addr() local 66 SCMI_AP_CORE_RESET_ADDR_GET_MSG, token); in scmi_ap_core_get_reset_addr() 76 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_ap_core_get_reset_addr()
|
A D | scmi_pwr_dmn_proto.c | 22 unsigned int token = 0; in scmi_pwr_state_set() local 38 SCMI_PWR_STATE_SET_MSG, token); in scmi_pwr_state_set() 49 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_pwr_state_set() 63 unsigned int token = 0; in scmi_pwr_state_get() local 73 SCMI_PWR_STATE_GET_MSG, token); in scmi_pwr_state_get() 83 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_pwr_state_get()
|
A D | scmi_common.c | 93 unsigned int token = 0; in scmi_proto_version() local 103 token); in scmi_proto_version() 112 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_proto_version() 126 unsigned int token = 0; in scmi_proto_msg_attr() local 136 SCMI_PROTO_MSG_ATTR_MSG, token); in scmi_proto_msg_attr() 146 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_proto_msg_attr()
|
/arm-trusted-firmware-2.8.0/drivers/arm/css/scmi/vendor/ |
A D | scmi_sq.c | 29 int token = 0, ret; in scmi_get_draminfo() local 39 SCMI_VENDOR_EXT_MEMINFO_GET_MSG, token); in scmi_get_draminfo()
|
/arm-trusted-firmware-2.8.0/lib/debugfs/ |
A D | dev.c | 95 static const char *next(const char *path, char *token) in next() argument 111 token[index++] = *cursor++; in next() 114 token[index] = '\0'; in next()
|
/arm-trusted-firmware-2.8.0/docs/components/ |
A D | rmm-el3-comms-spec.rst | 454 …buf_pa,x1,[63:0],Address,PA of the platform attestation token. The challenge object is passed in t… 455 …buf_size,x2,[63:0],Size,Size in bytes of the platform attestation token buffer. ``bufPa + bufSize`… 466 tokenSize,x1,[63:0],Size,Size of the platform token
|
/arm-trusted-firmware-2.8.0/docs/getting_started/ |
A D | porting-guide.rst | 2288 This function returns the Platform attestation token. 2292 arg0 - A pointer to the buffer where the Platform token should be copied by 2294 token. 2297 function returns the platform token length in this parameter. 2315 sign Realm attestation token. The API currently only supports P-384 ECC curve
|
/arm-trusted-firmware-2.8.0/docs/ |
A D | change-log.md | 708 …- update FVP platform token ([364b4cd](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tru… 1306 …- add dummy platform token to RMMD ([0f9159b](https://review.trustedfirmware.org/plugins/gitiles/T…
|
Completed in 23 milliseconds