Home
last modified time | relevance | path

Searched refs:KVM_SYSTEM_EVENT_SEV_TERM (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dsev_smoke_test.c102 TEST_ASSERT_EQ(vcpu->run->system_event.type, KVM_SYSTEM_EVENT_SEV_TERM); in test_sync_vmsa()
131 TEST_ASSERT_EQ(vcpu->run->system_event.type, KVM_SYSTEM_EVENT_SEV_TERM); in test_sev()
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h377 #define KVM_SYSTEM_EVENT_SEV_TERM 6 macro
/linux-6.15/include/uapi/linux/
H A Dkvm.h377 #define KVM_SYSTEM_EVENT_SEV_TERM 6 macro
/linux-6.15/arch/x86/kvm/svm/
H A Dsev.c4239 vcpu->run->system_event.type = KVM_SYSTEM_EVENT_SEV_TERM; in sev_handle_vmgexit_msr_protocol()
4353 vcpu->run->system_event.type = KVM_SYSTEM_EVENT_SEV_TERM; in sev_handle_vmgexit()
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst6829 #define KVM_SYSTEM_EVENT_SEV_TERM 6
6854 - KVM_SYSTEM_EVENT_SEV_TERM -- an AMD SEV guest requested termination.