Lines Matching full:command
93 * struct sev_data_init - INIT command parameters
107 * struct sev_data_init_ex - INIT_EX command parameters
109 * @length: len of the command buffer read by the PSP
129 * struct sev_data_pek_csr - PEK_CSR command parameters
140 * struct sev_data_cert_import - PEK_CERT_IMPORT command parameters
156 * struct sev_data_download_firmware - DOWNLOAD_FIRMWARE command parameters
167 * struct sev_data_get_id - GET_ID command parameters
177 * struct sev_data_pdh_cert_export - PDH_CERT_EXPORT command parameters
193 * struct sev_data_decommission - DECOMMISSION command parameters
202 * struct sev_data_activate - ACTIVATE command parameters
213 * struct sev_data_deactivate - DEACTIVATE command parameters
222 * struct sev_data_guest_status - SEV GUEST_STATUS command parameters
237 * struct sev_data_launch_start - LAUNCH_START command parameters
257 * struct sev_data_launch_update_data - LAUNCH_UPDATE_DATA command parameter
271 * struct sev_data_launch_update_vmsa - LAUNCH_UPDATE_VMSA command
285 * struct sev_data_launch_measure - LAUNCH_MEASURE command parameters
299 * struct sev_data_launch_secret - LAUNCH_SECRET command parameters
323 * struct sev_data_launch_finish - LAUNCH_FINISH command parameters
332 * struct sev_data_send_start - SEND_START command parameters
362 * struct sev_data_send_update - SEND_UPDATE_DATA command
386 * struct sev_data_send_update - SEND_UPDATE_VMSA command
409 * struct sev_data_send_finish - SEND_FINISH command parameters
418 * struct sev_data_send_cancel - SEND_CANCEL command parameters
427 * struct sev_data_receive_start - RECEIVE_START command parameters
446 * struct sev_data_receive_update_data - RECEIVE_UPDATE_DATA command parameters
470 * struct sev_data_receive_update_vmsa - RECEIVE_UPDATE_VMSA command parameters
494 * struct sev_data_receive_finish - RECEIVE_FINISH command parameters
503 * struct sev_data_dbg - DBG_ENCRYPT/DBG_DECRYPT command parameters
519 * struct sev_data_attestation_report - SEV_ATTESTATION_REPORT command parameters
537 * sev_platform_init - perform SEV INIT command
539 * @error: SEV command return code
542 * 0 if the SEV successfully processed the command
545 * -%ETIMEDOUT if the SEV command timed out
551 * sev_platform_status - perform SEV PLATFORM_STATUS command
554 * @error: SEV command return code
557 * 0 if the SEV successfully processed the command
560 * -%ETIMEDOUT if the SEV command timed out
566 * sev_issue_cmd_external_user - issue SEV command by other driver with a file
569 * This function can be used by other drivers to issue a SEV command on
574 * @cmd - command to issue
575 * @data - command buffer
576 * @error: SEV command return code
579 * 0 if the SEV successfully processed the command
582 * -%ETIMEDOUT if the SEV command timed out
590 * sev_guest_deactivate - perform SEV DEACTIVATE command
593 * @sev_ret: sev command return code
596 * 0 if the sev successfully processed the command
599 * -%ETIMEDOUT if the sev command timed out
605 * sev_guest_activate - perform SEV ACTIVATE command
608 * @sev_ret: sev command return code
611 * 0 if the sev successfully processed the command
614 * -%ETIMEDOUT if the sev command timed out
620 * sev_guest_df_flush - perform SEV DF_FLUSH command
622 * @sev_ret: sev command return code
625 * 0 if the sev successfully processed the command
628 * -%ETIMEDOUT if the sev command timed out
634 * sev_guest_decommission - perform SEV DECOMMISSION command
637 * @sev_ret: sev command return code
640 * 0 if the sev successfully processed the command
643 * -%ETIMEDOUT if the sev command timed out