Lines Matching full:command
90 * struct sev_data_init - INIT command parameters
106 * struct sev_data_pek_csr - PEK_CSR command parameters
117 * struct sev_data_cert_import - PEK_CERT_IMPORT command parameters
133 * struct sev_data_download_firmware - DOWNLOAD_FIRMWARE command parameters
144 * struct sev_data_get_id - GET_ID command parameters
154 * struct sev_data_pdh_cert_export - PDH_CERT_EXPORT command parameters
170 * struct sev_data_decommission - DECOMMISSION command parameters
179 * struct sev_data_activate - ACTIVATE command parameters
190 * struct sev_data_deactivate - DEACTIVATE command parameters
199 * struct sev_data_guest_status - SEV GUEST_STATUS command parameters
214 * struct sev_data_launch_start - LAUNCH_START command parameters
234 * struct sev_data_launch_update_data - LAUNCH_UPDATE_DATA command parameter
248 * struct sev_data_launch_update_vmsa - LAUNCH_UPDATE_VMSA command
262 * struct sev_data_launch_measure - LAUNCH_MEASURE command parameters
276 * struct sev_data_launch_secret - LAUNCH_SECRET command parameters
300 * struct sev_data_launch_finish - LAUNCH_FINISH command parameters
309 * struct sev_data_send_start - SEND_START command parameters
339 * struct sev_data_send_update - SEND_UPDATE_DATA command
363 * struct sev_data_send_update - SEND_UPDATE_VMSA command
386 * struct sev_data_send_finish - SEND_FINISH command parameters
395 * struct sev_data_receive_start - RECEIVE_START command parameters
414 * struct sev_data_receive_update_data - RECEIVE_UPDATE_DATA command parameters
438 * struct sev_data_receive_update_vmsa - RECEIVE_UPDATE_VMSA command parameters
462 * struct sev_data_receive_finish - RECEIVE_FINISH command parameters
471 * struct sev_data_dbg - DBG_ENCRYPT/DBG_DECRYPT command parameters
489 * sev_platform_init - perform SEV INIT command
491 * @error: SEV command return code
494 * 0 if the SEV successfully processed the command
497 * -%ETIMEDOUT if the SEV command timed out
503 * sev_platform_status - perform SEV PLATFORM_STATUS command
506 * @error: SEV command return code
509 * 0 if the SEV successfully processed the command
512 * -%ETIMEDOUT if the SEV command timed out
518 * sev_issue_cmd_external_user - issue SEV command by other driver with a file
521 * This function can be used by other drivers to issue a SEV command on
526 * @cmd - command to issue
527 * @data - command buffer
528 * @error: SEV command return code
531 * 0 if the SEV successfully processed the command
534 * -%ETIMEDOUT if the SEV command timed out
542 * sev_guest_deactivate - perform SEV DEACTIVATE command
545 * @sev_ret: sev command return code
548 * 0 if the sev successfully processed the command
551 * -%ETIMEDOUT if the sev command timed out
557 * sev_guest_activate - perform SEV ACTIVATE command
560 * @sev_ret: sev command return code
563 * 0 if the sev successfully processed the command
566 * -%ETIMEDOUT if the sev command timed out
572 * sev_guest_df_flush - perform SEV DF_FLUSH command
574 * @sev_ret: sev command return code
577 * 0 if the sev successfully processed the command
580 * -%ETIMEDOUT if the sev command timed out
586 * sev_guest_decommission - perform SEV DECOMMISSION command
589 * @sev_ret: sev command return code
592 * 0 if the sev successfully processed the command
595 * -%ETIMEDOUT if the sev command timed out