Lines Matching full:command
69 another struct containing arguments specific to command. The ``sev_fd``
82 The KVM_SEV_INIT2 command is used by the hypervisor to initialize the SEV platform
83 context. In a typical workflow, this command should be the first command issued.
85 For this command to be accepted, either KVM_X86_SEV_VM or KVM_X86_SEV_ES_VM
111 This command replaces the deprecated KVM_SEV_INIT and KVM_SEV_ES_INIT commands.
132 The KVM_SEV_LAUNCH_START command is used for creating the memory encryption
183 The KVM_SEV_LAUNCH_MEASURE command is used to retrieve the measurement of the
184 data encrypted by the KVM_SEV_LAUNCH_UPDATE_DATA command. The guest owner may
209 After completion of the launch flow, the KVM_SEV_LAUNCH_FINISH command can be
217 The KVM_SEV_GUEST_STATUS command is used to retrieve status information about a
248 The KVM_SEV_DEBUG_DECRYPT command can be used by the hypervisor to request the
263 The command returns an error if the guest policy does not allow debugging.
268 The KVM_SEV_DEBUG_ENCRYPT command can be used by the hypervisor to request the
283 The command returns an error if the guest policy does not allow debugging.
288 The KVM_SEV_LAUNCH_SECRET command can be used by the hypervisor to inject secret
311 The KVM_SEV_GET_ATTESTATION_REPORT command can be used by the hypervisor to query the attestation
313 commands and signed with the PEK. The digest returned by the command should match the digest
335 The KVM_SEV_SEND_START command can be used by the hypervisor to create an
366 The KVM_SEV_SEND_UPDATE_DATA command can be used by the hypervisor to encrypt the
394 After completion of the migration flow, the KVM_SEV_SEND_FINISH command can be
403 SEND_CANCEL command to stop a migration. This is necessary so that a cancelled
411 The KVM_SEV_RECEIVE_START command is used for creating the memory encryption
440 The KVM_SEV_RECEIVE_UPDATE_DATA command can be used by the hypervisor to copy
464 After completion of the migration flow, the KVM_SEV_RECEIVE_FINISH command can be
472 The KVM_SNP_LAUNCH_START command is used for creating the memory encryption
496 The KVM_SEV_SNP_LAUNCH_UPDATE command is used for loading userspace-provided
504 It is required that the GPA ranges initialized by this command have had the
508 Upon success, this command is not guaranteed to have processed the entire
512 calling this command until those fields indicate the entire range has been
551 command can be issued to make the guest ready for execution.