Searched refs:KVM_SEV_GUEST_STATUS (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | sev.c | 73 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &status); in sev_vm_launch() 96 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &guest_status); in sev_vm_launch_measure() 104 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &status); in sev_vm_launch_finish() 111 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &status); in sev_vm_launch_finish()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | sev_migrate_tests.c | 223 case KVM_SEV_GUEST_STATUS: in verify_mirror_allowed_cmds() 242 vm_sev_ioctl(vm, KVM_SEV_GUEST_STATUS, &status); in verify_mirror_allowed_cmds()
|
/linux/Documentation/virt/kvm/x86/ |
H A D | amd-memory-encryption.rst | 214 6. KVM_SEV_GUEST_STATUS 217 The KVM_SEV_GUEST_STATUS command is used to retrieve status information about a
|
/linux/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 689 KVM_SEV_GUEST_STATUS, enumerator
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 689 KVM_SEV_GUEST_STATUS, enumerator
|
/linux/arch/x86/kvm/svm/ |
H A D | sev.c | 1854 cmd_id == KVM_SEV_GUEST_STATUS || cmd_id == KVM_SEV_DBG_DECRYPT || in is_cmd_allowed_from_mirror() 2625 case KVM_SEV_GUEST_STATUS: in sev_mem_enc_ioctl()
|